Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
6609a423
Commit
6609a423
authored
Mar 26, 2014
by
Thomas Faber
Committed by
Alexandre Julliard
Mar 26, 2014
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
comctl32: Make Str* functions private.
parent
085891b8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
26 deletions
+26
-26
comctl32.spec
dlls/comctl32/comctl32.spec
+26
-26
No files found.
dlls/comctl32/comctl32.spec
View file @
6609a423
...
...
@@ -62,32 +62,32 @@
341 stdcall -noname SendNotify(long long long ptr)
342 stdcall -noname SendNotifyEx(long long long ptr long)
345 stdcall -ordinal TaskDialogIndirect(ptr ptr ptr ptr)
350 stdcall -noname StrChrA(str str)
351 stdcall -noname StrRChrA(str str long)
352 stdcall -noname StrCmpNA(str str long)
353 stdcall -noname StrCmpNIA(str str long)
354 stdcall -noname StrStrA(str str)
355 stdcall -noname StrStrIA(str str)
356 stdcall -noname StrCSpnA(str str)
357 stdcall -noname StrToIntA(str)
358 stdcall -noname StrChrW(wstr long)
359 stdcall -noname StrRChrW(wstr wstr long)
360 stdcall -noname StrCmpNW(wstr wstr long)
361 stdcall -noname StrCmpNIW(wstr wstr long)
362 stdcall -noname StrStrW(wstr wstr)
363 stdcall -noname StrStrIW(wstr wstr)
364 stdcall -noname StrCSpnW(wstr wstr)
365 stdcall -noname StrToIntW(wstr)
366 stdcall -noname StrChrIA(str long)
367 stdcall -noname StrChrIW(wstr long)
368 stdcall -noname StrRChrIA(str str long)
369 stdcall -noname StrRChrIW(wstr wstr long)
372 stdcall -noname StrRStrIA(str str str)
373 stdcall -noname StrRStrIW(wstr wstr wstr)
374 stdcall -noname StrCSpnIA(str str)
375 stdcall -noname StrCSpnIW(wstr wstr)
376 stdcall -noname IntlStrEqWorkerA(long str str long)
377 stdcall -noname IntlStrEqWorkerW(long wstr wstr long)
350 stdcall -noname
-private
StrChrA(str str)
351 stdcall -noname
-private
StrRChrA(str str long)
352 stdcall -noname
-private
StrCmpNA(str str long)
353 stdcall -noname
-private
StrCmpNIA(str str long)
354 stdcall -noname
-private
StrStrA(str str)
355 stdcall -noname
-private
StrStrIA(str str)
356 stdcall -noname
-private
StrCSpnA(str str)
357 stdcall -noname
-private
StrToIntA(str)
358 stdcall -noname
-private
StrChrW(wstr long)
359 stdcall -noname
-private
StrRChrW(wstr wstr long)
360 stdcall -noname
-private
StrCmpNW(wstr wstr long)
361 stdcall -noname
-private
StrCmpNIW(wstr wstr long)
362 stdcall -noname
-private
StrStrW(wstr wstr)
363 stdcall -noname
-private
StrStrIW(wstr wstr)
364 stdcall -noname
-private
StrCSpnW(wstr wstr)
365 stdcall -noname
-private
StrToIntW(wstr)
366 stdcall -noname
-private
StrChrIA(str long)
367 stdcall -noname
-private
StrChrIW(wstr long)
368 stdcall -noname
-private
StrRChrIA(str str long)
369 stdcall -noname
-private
StrRChrIW(wstr wstr long)
372 stdcall -noname
-private
StrRStrIA(str str str)
373 stdcall -noname
-private
StrRStrIW(wstr wstr wstr)
374 stdcall -noname
-private
StrCSpnIA(str str)
375 stdcall -noname
-private
StrCSpnIW(wstr wstr)
376 stdcall -noname
-private
IntlStrEqWorkerA(long str str long)
377 stdcall -noname
-private
IntlStrEqWorkerW(long wstr wstr long)
382 stdcall -noname SmoothScrollWindow(ptr)
383 stub -noname DoReaderMode
384 stdcall -noname SetPathWordBreakProc(ptr long)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment