7 lines
139 B
C++
7 lines
139 B
C++
|
#include <windows.h>
|
||
|
|
||
|
int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszArgs, int nWinMode)
|
||
|
{
|
||
|
return 0;
|
||
|
}
|