diff options
Diffstat (limited to 'PC/WinMain.c')
-rw-r--r-- | PC/WinMain.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PC/WinMain.c b/PC/WinMain.c index c334a03..e439bed 100644 --- a/PC/WinMain.c +++ b/PC/WinMain.c @@ -5,10 +5,10 @@ #define WIN32_LEAN_AND_MEAN #include <windows.h> -int WINAPI WinMain( +int WINAPI wWinMain( HINSTANCE hInstance, /* handle to current instance */ HINSTANCE hPrevInstance, /* handle to previous instance */ - LPSTR lpCmdLine, /* pointer to command line */ + LPWSTR lpCmdLine, /* pointer to command line */ int nCmdShow /* show state of window */ ) { |