Skip to content

Commit 998981f

Browse files
author
pgilmorepf
committed
Required change for cocos2d-x-3.13.1 update
1 parent 3c56ebb commit 998981f

File tree

1 file changed

+1
-1
lines changed
  • targets/cpp-cocos2dx/ExampleSource/proj.win32

1 file changed

+1
-1
lines changed

targets/cpp-cocos2dx/ExampleSource/proj.win32/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ std::string utf8_encode(const std::wstring &wstr)
1515
return strTo;
1616
}
1717

18-
int APIENTRY _tWinMain(HINSTANCE hInstance,
18+
int WINAPI _tWinMain(HINSTANCE hInstance,
1919
HINSTANCE hPrevInstance,
2020
LPTSTR lpCmdLine,
2121
int nCmdShow)

0 commit comments

Comments
 (0)