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
a8493440
Commit
a8493440
authored
Jun 20, 2001
by
Patrik Stridvall
Committed by
Alexandre Julliard
Jun 20, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some issues found by winapi_check.
parent
35a723b5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
comdlg32.spec
dlls/commdlg/comdlg32.spec
+3
-3
setupx.spec
dlls/setupapi/setupx.spec
+1
-1
user.spec
dlls/user/user.spec
+1
-1
No files found.
dlls/commdlg/comdlg32.spec
View file @
a8493440
...
...
@@ -21,8 +21,8 @@ debug_channels (commdlg)
@ stdcall CommDlgExtendedError() CommDlgExtendedError
@ stdcall FindTextA(ptr) FindTextA
@ stdcall FindTextW(ptr) FindTextW
@ stdcall GetFileTitleA(
p
tr ptr long) GetFileTitleA
@ stdcall GetFileTitleW(
p
tr ptr long) GetFileTitleW
@ stdcall GetFileTitleA(
s
tr ptr long) GetFileTitleA
@ stdcall GetFileTitleW(
ws
tr ptr long) GetFileTitleW
@ stdcall GetOpenFileNameA(ptr) GetOpenFileNameA
@ stdcall GetOpenFileNameW(ptr) GetOpenFileNameW
@ stdcall GetSaveFileNameA(ptr) GetSaveFileNameA
...
...
@@ -31,9 +31,9 @@ debug_channels (commdlg)
@ stdcall PageSetupDlgA(ptr) PageSetupDlgA
@ stdcall PageSetupDlgW(ptr) PageSetupDlgW
@ stdcall PrintDlgA(ptr) PrintDlgA
@ stdcall PrintDlgW(ptr) PrintDlgW
@ stdcall PrintDlgExA(ptr) PrintDlgExA
@ stdcall PrintDlgExW(ptr) PrintDlgExW
@ stdcall PrintDlgW(ptr) PrintDlgW
@ stdcall ReplaceTextA(ptr) ReplaceTextA
@ stdcall ReplaceTextW(ptr) ReplaceTextW
@ stub WantArrows
...
...
dlls/setupapi/setupx.spec
View file @
a8493440
...
...
@@ -208,7 +208,7 @@ owner setupapi
408 stub IPGETDRIVERDATE
409 stub IPGETDRIVERVERSION
410 stub IpGetVersionString #(str str ptr word str)
411
stub VcpExplain #(ptr long)
411
pascal VcpExplain(ptr long) VcpExplain16
412 stub DiBuildDriverIndex #(word)
413 stub DiAddSingleInfToDrvIdx #(str word word)
414 stub FCEGETFLAGS
...
...
dlls/user/user.spec
View file @
a8493440
...
...
@@ -529,7 +529,7 @@ rsrc resources/version16.res
663 stub GetMenuDefaultItem
664 stub SetMenuDefaultItem
665 pascal16 GetMenuItemRect(word word word ptr) GetMenuItemRect16
666
stub CheckMenuRadioItem
666
pascal16 CheckMenuRadioItem(word word word word word) CheckMenuRadioItem16
667 stub TrackPopupMenuEx
668 pascal16 SetWindowRgn(word word word) SetWindowRgn16
669 stub GetWindowRgn
...
...
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