We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b134227 commit 66834fdCopy full SHA for 66834fd
1 file changed
PC/WinMain.c
@@ -5,10 +5,10 @@
5
#define WIN32_LEAN_AND_MEAN
6
#include <windows.h>
7
8
-int WINAPI WinMain(
+int WINAPI wWinMain(
9
HINSTANCE hInstance, /* handle to current instance */
10
HINSTANCE hPrevInstance, /* handle to previous instance */
11
- LPSTR lpCmdLine, /* pointer to command line */
+ LPWSTR lpCmdLine, /* pointer to command line */
12
int nCmdShow /* show state of window */
13
)
14
{
0 commit comments