RetroZilla/modules/plugin/tools/spy/windows/setupexe.cpp

9 lines
168 B
C++
Raw Normal View History

2015-10-21 05:03:22 +02:00
#include <windows.h>
#include "setup.h"
int PASCAL WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
SPY_Setup();
return 0;
}