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

Unified 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 side-by-side diff with in-line comments
Download patch
« 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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/npapi/npspy/windows/setupexe.cpp
diff --git a/third_party/npapi/npspy/windows/setupexe.cpp b/third_party/npapi/npspy/windows/setupexe.cpp
deleted file mode 100644
index 5ce140cc16ca5210cae074284d7291480b719d18..0000000000000000000000000000000000000000
--- a/third_party/npapi/npspy/windows/setupexe.cpp
+++ /dev/null
@@ -1,9 +0,0 @@
-#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;
-}
« 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