Sign in
chromium
/
chromium
/
src
/
dd6045a3c5f5b99ad162f63cbe5e3af44a7756bf
/
.
/
third_party
/
npapi
/
npspy
/
windows
/
setupexe.cpp
blob: 5ce140cc16ca5210cae074284d7291480b719d18 [
file
] [
log
] [
blame
]
#include
<windows.h>
#include
"setup.h"
#define
_CRT_SECURE_NO_DEPRECATE
int
PASCAL
WinMain
(
HINSTANCE hInstance
,
HINSTANCE hPrevInstance
,
LPSTR lpCmdLine
,
int
nCmdShow
)
{
SPY_Setup
();
return
0
;
}