windows.user32: fix some more sloppiness

db4
Doug Coleman 2015-07-19 17:24:17 -07:00
parent 07b8ba1ed5
commit 6ce59b755f
1 changed files with 3 additions and 4 deletions

View File

@ -1238,7 +1238,7 @@ FUNCTION: BOOL EnableMenuItem ( HMENU hMenu, UINT uIDEnableItem, UINT uEnable )
! FUNCTION: EndDialog
! FUNCTION: EndMenu
FUNCTION: BOOL EndPaint ( HWND hWnd, PAINTSTRUCT* lpPaint)
FUNCTION: BOOL EndPaint ( HWND hWnd, PAINTSTRUCT* lpPaint )
! FUNCTION: EndTask
! FUNCTION: EnterReaderModeHelper
@ -1561,14 +1561,13 @@ FUNCTION: int MessageBoxW (
HWND hWnd,
LPCWSTR lpText,
LPCWSTR lpCaption,
UINT uType) ;
UINT uType )
FUNCTION: int MessageBoxExA ( HWND hWnd,
LPCSTR lpText,
LPCSTR lpCaption,
UINT uType,
WORD wLanguageId
)
WORD wLanguageId )
FUNCTION: int MessageBoxExW (
HWND hWnd,