Jacek Caban : include: Add wWinMain declaration.
Module: wine Branch: master Commit: 22a9b47429d5babd7048b24cee9d6aae42bd2c39 URL: https://source.winehq.org/git/wine.git/?a=commit;h=22a9b47429d5babd7048b24ce... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Tue Jan 21 19:50:28 2020 +0100 include: Add wWinMain declaration. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- include/winbase.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/winbase.h b/include/winbase.h index 655eb48f0f..3062d3b6ad 100644 --- a/include/winbase.h +++ b/include/winbase.h @@ -3136,6 +3136,7 @@ static FORCEINLINE HANDLE WINAPI GetCurrentThreadEffectiveToken(void) /* WinMain(entry point) must be declared in winbase.h. */ /* If this is not declared, we cannot compile many sources written with C++. */ int WINAPI WinMain(HINSTANCE,HINSTANCE,LPSTR,int); +int WINAPI wWinMain(HINSTANCE,HINSTANCE,LPWSTR,int); #ifdef __WINESRC__ /* shouldn't be here, but is nice for type checking */
participants (1)
-
Alexandre Julliard