Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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