- add sources.
[platform/framework/web/crosswalk.git] / src / third_party / npapi / npspy / windows / setupexe.cpp
1 #include <windows.h>
2 #include "setup.h"
3 #define _CRT_SECURE_NO_DEPRECATE
4
5 int PASCAL WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
6 {
7   SPY_Setup();
8   return 0;
9 }