12 lines
174 B
C++
12 lines
174 B
C++
|
|
#include "StdAfx.h"
|
|
|
|
//$(IntDir)
|
|
|
|
int APIENTRY _tWinMain(HINSTANCE hInstance,
|
|
HINSTANCE hPrevInstance,
|
|
LPSTR lpCmdLine,
|
|
int nCmdShow)
|
|
{
|
|
};
|