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
fc34344d
Commit
fc34344d
authored
Aug 20, 2002
by
Patrik Stridvall
Committed by
Alexandre Julliard
Aug 20, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some issues found by winapi_check.
parent
511cea7e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
locale.c
dlls/kernel/locale.c
+1
-1
ntdll.spec
dlls/ntdll/ntdll.spec
+2
-2
message.c
windows/message.c
+2
-1
No files found.
dlls/kernel/locale.c
View file @
fc34344d
...
...
@@ -554,7 +554,7 @@ INT WINAPI GetLocaleInfoA( LCID lcid, LCTYPE lctype, LPSTR buffer, INT len )
/******************************************************************************
* GetLocaleInfo
A
(KERNEL32.@)
* GetLocaleInfo
W
(KERNEL32.@)
*
* NOTES
* LANG_NEUTRAL is equal to LOCALE_SYSTEM_DEFAULT
...
...
dlls/ntdll/ntdll.spec
View file @
fc34344d
...
...
@@ -373,11 +373,11 @@
@ stdcall RtlFindClearRuns(ptr ptr long long) RtlFindClearRuns
@ stdcall RtlFindLastBackwardRunClear(ptr long ptr) RtlFindLastBackwardRunClear
@ stdcall RtlFindLastBackwardRunSet(ptr long ptr) RtlFindLastBackwardRunSet
@ stdcall RtlFindLeastSignificantBit(
ptr
long long) RtlFindLeastSignificantBit
@ stdcall RtlFindLeastSignificantBit(long long) RtlFindLeastSignificantBit
@ stdcall RtlFindLongestRunClear(ptr long) RtlFindLongestRunClear
@ stdcall RtlFindLongestRunSet(ptr long) RtlFindLongestRunSet
@ stub RtlFindMessage
@ stdcall RtlFindMostSignificantBit(
ptr
long long) RtlFindMostSignificantBit
@ stdcall RtlFindMostSignificantBit(long long) RtlFindMostSignificantBit
@ stdcall RtlFindNextForwardRunClear(ptr long ptr) RtlFindNextForwardRunClear
@ stdcall RtlFindNextForwardRunSet(ptr long ptr) RtlFindNextForwardRunSet
@ stdcall RtlFindSetBits(ptr long long) RtlFindSetBits
...
...
windows/message.c
View file @
fc34344d
...
...
@@ -1201,7 +1201,8 @@ WORD WINAPI RegisterWindowMessageW( LPCWSTR str )
/***********************************************************************
* BroadcastSystemMessage (USER32.@)
* BroadcastSystemMessage (USER32.@)
* BroadcastSystemMessageA (USER32.@)
*/
LONG
WINAPI
BroadcastSystemMessage
(
DWORD
dwFlags
,
LPDWORD
recipients
,
UINT
uMessage
,
WPARAM
wParam
,
...
...
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