mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-27 11:54:24 +08:00
518dd33c32
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@2 4407c894-4637-0410-b4f5-ada5f102cad1
7 lines
164 B
C
Executable File
7 lines
164 B
C
Executable File
#include <windows.h>
|
|
|
|
int wmain (int flags, wchar_t **cmdline, wchar_t *inst)
|
|
{
|
|
return (int) wWinMain ((HINSTANCE) inst, NULL, (LPWSTR) cmdline,(DWORD) flags);
|
|
}
|