Fixed some issues found by winapi_check.

This commit is contained in:
Patrik Stridvall 2002-08-20 00:20:43 +00:00 committed by Alexandre Julliard
parent 511cea7e50
commit fc34344d14
3 changed files with 5 additions and 4 deletions

View File

@ -554,7 +554,7 @@ INT WINAPI GetLocaleInfoA( LCID lcid, LCTYPE lctype, LPSTR buffer, INT len )
/****************************************************************************** /******************************************************************************
* GetLocaleInfoA (KERNEL32.@) * GetLocaleInfoW (KERNEL32.@)
* *
* NOTES * NOTES
* LANG_NEUTRAL is equal to LOCALE_SYSTEM_DEFAULT * LANG_NEUTRAL is equal to LOCALE_SYSTEM_DEFAULT

View File

@ -373,11 +373,11 @@
@ stdcall RtlFindClearRuns(ptr ptr long long) RtlFindClearRuns @ stdcall RtlFindClearRuns(ptr ptr long long) RtlFindClearRuns
@ stdcall RtlFindLastBackwardRunClear(ptr long ptr) RtlFindLastBackwardRunClear @ stdcall RtlFindLastBackwardRunClear(ptr long ptr) RtlFindLastBackwardRunClear
@ stdcall RtlFindLastBackwardRunSet(ptr long ptr) RtlFindLastBackwardRunSet @ stdcall RtlFindLastBackwardRunSet(ptr long ptr) RtlFindLastBackwardRunSet
@ stdcall RtlFindLeastSignificantBit(ptr long long) RtlFindLeastSignificantBit @ stdcall RtlFindLeastSignificantBit(long long) RtlFindLeastSignificantBit
@ stdcall RtlFindLongestRunClear(ptr long) RtlFindLongestRunClear @ stdcall RtlFindLongestRunClear(ptr long) RtlFindLongestRunClear
@ stdcall RtlFindLongestRunSet(ptr long) RtlFindLongestRunSet @ stdcall RtlFindLongestRunSet(ptr long) RtlFindLongestRunSet
@ stub RtlFindMessage @ stub RtlFindMessage
@ stdcall RtlFindMostSignificantBit(ptr long long) RtlFindMostSignificantBit @ stdcall RtlFindMostSignificantBit(long long) RtlFindMostSignificantBit
@ stdcall RtlFindNextForwardRunClear(ptr long ptr) RtlFindNextForwardRunClear @ stdcall RtlFindNextForwardRunClear(ptr long ptr) RtlFindNextForwardRunClear
@ stdcall RtlFindNextForwardRunSet(ptr long ptr) RtlFindNextForwardRunSet @ stdcall RtlFindNextForwardRunSet(ptr long ptr) RtlFindNextForwardRunSet
@ stdcall RtlFindSetBits(ptr long long) RtlFindSetBits @ stdcall RtlFindSetBits(ptr long long) RtlFindSetBits

View File

@ -1201,7 +1201,8 @@ WORD WINAPI RegisterWindowMessageW( LPCWSTR str )
/*********************************************************************** /***********************************************************************
* BroadcastSystemMessage (USER32.@) * BroadcastSystemMessage (USER32.@)
* BroadcastSystemMessageA (USER32.@)
*/ */
LONG WINAPI BroadcastSystemMessage( LONG WINAPI BroadcastSystemMessage(
DWORD dwFlags,LPDWORD recipients,UINT uMessage,WPARAM wParam, DWORD dwFlags,LPDWORD recipients,UINT uMessage,WPARAM wParam,