root/third_party/npapi/npspy/windows/setupexe.cpp

/* [<][>][^][v][top][bottom][index][help] */

DEFINITIONS

This source file includes following definitions.
  1. WinMain

#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;
}

/* [<][>][^][v][top][bottom][index][help] */