windows.user32: fix some more sloppiness
parent
07b8ba1ed5
commit
6ce59b755f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue