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

Unified Diff: test/win/importlib/dll_no_exports.cc

Issue 890773004: win: Add NoImportLibrary flag for ninja generator (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: . Created 5 years, 11 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 | « test/win/gyptest-link-noimportlib.py ('k') | test/win/importlib/noimplib.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/win/importlib/dll_no_exports.cc
diff --git a/test/win/large-pdb/dllmain.cc b/test/win/importlib/dll_no_exports.cc
similarity index 52%
copy from test/win/large-pdb/dllmain.cc
copy to test/win/importlib/dll_no_exports.cc
index 14875623e833b6fd6667e800e5c722214999c9dc..96dd7970b7145087624aa7b1326ef9a3a0906824 100644
--- a/test/win/large-pdb/dllmain.cc
+++ b/test/win/importlib/dll_no_exports.cc
@@ -1,9 +1,9 @@
-// Copyright (c) 2013 Google Inc. All rights reserved.
+// Copyright (c) 2015 Google Inc. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include <windows.h>
-BOOL WINAPI DllMain(HINSTANCE hinstance, DWORD reason, LPVOID reserved) {
+BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID reserved) {
return TRUE;
}
« no previous file with comments | « test/win/gyptest-link-noimportlib.py ('k') | test/win/importlib/noimplib.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698