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

@ -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,