include: Add wWinMain declaration.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
b7ca0bc043
commit
22a9b47429
|
@ -3136,6 +3136,7 @@ static FORCEINLINE HANDLE WINAPI GetCurrentThreadEffectiveToken(void)
|
||||||
/* WinMain(entry point) must be declared in winbase.h. */
|
/* WinMain(entry point) must be declared in winbase.h. */
|
||||||
/* If this is not declared, we cannot compile many sources written with C++. */
|
/* If this is not declared, we cannot compile many sources written with C++. */
|
||||||
int WINAPI WinMain(HINSTANCE,HINSTANCE,LPSTR,int);
|
int WINAPI WinMain(HINSTANCE,HINSTANCE,LPSTR,int);
|
||||||
|
int WINAPI wWinMain(HINSTANCE,HINSTANCE,LPWSTR,int);
|
||||||
|
|
||||||
#ifdef __WINESRC__
|
#ifdef __WINESRC__
|
||||||
/* shouldn't be here, but is nice for type checking */
|
/* shouldn't be here, but is nice for type checking */
|
||||||
|
|
Loading…
Reference in New Issue