Fixed some issues found by winapi_check.
This commit is contained in:
parent
511cea7e50
commit
fc34344d14
|
@ -554,7 +554,7 @@ INT WINAPI GetLocaleInfoA( LCID lcid, LCTYPE lctype, LPSTR buffer, INT len )
|
|||
|
||||
|
||||
/******************************************************************************
|
||||
* GetLocaleInfoA (KERNEL32.@)
|
||||
* GetLocaleInfoW (KERNEL32.@)
|
||||
*
|
||||
* NOTES
|
||||
* LANG_NEUTRAL is equal to LOCALE_SYSTEM_DEFAULT
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue