From 22a9b47429d5babd7048b24cee9d6aae42bd2c39 Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Tue, 21 Jan 2020 19:50:28 +0100 Subject: [PATCH] include: Add wWinMain declaration. Signed-off-by: Jacek Caban Signed-off-by: Alexandre Julliard --- include/winbase.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/winbase.h b/include/winbase.h index 655eb48f0f1..3062d3b6adb 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 */