comctl32: Make Str* functions private.
This commit is contained in:
parent
085891b8f6
commit
6609a42334
@ -62,32 +62,32 @@
|
|||||||
341 stdcall -noname SendNotify(long long long ptr)
|
341 stdcall -noname SendNotify(long long long ptr)
|
||||||
342 stdcall -noname SendNotifyEx(long long long ptr long)
|
342 stdcall -noname SendNotifyEx(long long long ptr long)
|
||||||
345 stdcall -ordinal TaskDialogIndirect(ptr ptr ptr ptr)
|
345 stdcall -ordinal TaskDialogIndirect(ptr ptr ptr ptr)
|
||||||
350 stdcall -noname StrChrA(str str)
|
350 stdcall -noname -private StrChrA(str str)
|
||||||
351 stdcall -noname StrRChrA(str str long)
|
351 stdcall -noname -private StrRChrA(str str long)
|
||||||
352 stdcall -noname StrCmpNA(str str long)
|
352 stdcall -noname -private StrCmpNA(str str long)
|
||||||
353 stdcall -noname StrCmpNIA(str str long)
|
353 stdcall -noname -private StrCmpNIA(str str long)
|
||||||
354 stdcall -noname StrStrA(str str)
|
354 stdcall -noname -private StrStrA(str str)
|
||||||
355 stdcall -noname StrStrIA(str str)
|
355 stdcall -noname -private StrStrIA(str str)
|
||||||
356 stdcall -noname StrCSpnA(str str)
|
356 stdcall -noname -private StrCSpnA(str str)
|
||||||
357 stdcall -noname StrToIntA(str)
|
357 stdcall -noname -private StrToIntA(str)
|
||||||
358 stdcall -noname StrChrW(wstr long)
|
358 stdcall -noname -private StrChrW(wstr long)
|
||||||
359 stdcall -noname StrRChrW(wstr wstr long)
|
359 stdcall -noname -private StrRChrW(wstr wstr long)
|
||||||
360 stdcall -noname StrCmpNW(wstr wstr long)
|
360 stdcall -noname -private StrCmpNW(wstr wstr long)
|
||||||
361 stdcall -noname StrCmpNIW(wstr wstr long)
|
361 stdcall -noname -private StrCmpNIW(wstr wstr long)
|
||||||
362 stdcall -noname StrStrW(wstr wstr)
|
362 stdcall -noname -private StrStrW(wstr wstr)
|
||||||
363 stdcall -noname StrStrIW(wstr wstr)
|
363 stdcall -noname -private StrStrIW(wstr wstr)
|
||||||
364 stdcall -noname StrCSpnW(wstr wstr)
|
364 stdcall -noname -private StrCSpnW(wstr wstr)
|
||||||
365 stdcall -noname StrToIntW(wstr)
|
365 stdcall -noname -private StrToIntW(wstr)
|
||||||
366 stdcall -noname StrChrIA(str long)
|
366 stdcall -noname -private StrChrIA(str long)
|
||||||
367 stdcall -noname StrChrIW(wstr long)
|
367 stdcall -noname -private StrChrIW(wstr long)
|
||||||
368 stdcall -noname StrRChrIA(str str long)
|
368 stdcall -noname -private StrRChrIA(str str long)
|
||||||
369 stdcall -noname StrRChrIW(wstr wstr long)
|
369 stdcall -noname -private StrRChrIW(wstr wstr long)
|
||||||
372 stdcall -noname StrRStrIA(str str str)
|
372 stdcall -noname -private StrRStrIA(str str str)
|
||||||
373 stdcall -noname StrRStrIW(wstr wstr wstr)
|
373 stdcall -noname -private StrRStrIW(wstr wstr wstr)
|
||||||
374 stdcall -noname StrCSpnIA(str str)
|
374 stdcall -noname -private StrCSpnIA(str str)
|
||||||
375 stdcall -noname StrCSpnIW(wstr wstr)
|
375 stdcall -noname -private StrCSpnIW(wstr wstr)
|
||||||
376 stdcall -noname IntlStrEqWorkerA(long str str long)
|
376 stdcall -noname -private IntlStrEqWorkerA(long str str long)
|
||||||
377 stdcall -noname IntlStrEqWorkerW(long wstr wstr long)
|
377 stdcall -noname -private IntlStrEqWorkerW(long wstr wstr long)
|
||||||
382 stdcall -noname SmoothScrollWindow(ptr)
|
382 stdcall -noname SmoothScrollWindow(ptr)
|
||||||
383 stub -noname DoReaderMode
|
383 stub -noname DoReaderMode
|
||||||
384 stdcall -noname SetPathWordBreakProc(ptr long)
|
384 stdcall -noname SetPathWordBreakProc(ptr long)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user