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, HWND hWnd,
LPCWSTR lpText, LPCWSTR lpText,
LPCWSTR lpCaption, LPCWSTR lpCaption,
UINT uType) ; UINT uType )
FUNCTION: int MessageBoxExA ( HWND hWnd, FUNCTION: int MessageBoxExA ( HWND hWnd,
LPCSTR lpText, LPCSTR lpText,
LPCSTR lpCaption, LPCSTR lpCaption,
UINT uType, UINT uType,
WORD wLanguageId WORD wLanguageId )
)
FUNCTION: int MessageBoxExW ( FUNCTION: int MessageBoxExW (
HWND hWnd, HWND hWnd,