Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(100)

Side by Side Diff: third_party/npapi/npspy/windows/setupexe.cpp

Issue 665543002: Remove third_party/npapi/npspy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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 }
OLDNEW
« no previous file with comments | « third_party/npapi/npspy/windows/resource.h ('k') | third_party/npapi/npspy/windows/spysetup.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698