RetroZilla/modules/plugin/tools/spy/windows/setupexe.cpp
2015-10-20 23:03:22 -04:00

9 lines
168 B
C++

#include <windows.h>
#include "setup.h"
int PASCAL WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
SPY_Setup();
return 0;
}