gecko-dev/modules/plugin/tools/spy/windows/setupexe.cpp
2001-03-25 23:48:19 +00: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;
}