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

Unified Diff: chrome/app/breakpad_win.cc

Issue 10704135: Use #pragma comment(lib, "userenv.lib") rather than AdditionalDependencies. It's better. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: relocated pragma Created 8 years, 5 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 | « no previous file | chrome/chrome_exe.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/breakpad_win.cc
diff --git a/chrome/app/breakpad_win.cc b/chrome/app/breakpad_win.cc
index 100cca513b8768da2ba89384331f2c12bc15b363..f44ade78f7818939ea33c74d5b0cfa5cb4ed7707 100644
--- a/chrome/app/breakpad_win.cc
+++ b/chrome/app/breakpad_win.cc
@@ -37,6 +37,9 @@
#include "chrome/installer/util/install_util.h"
#include "policy/policy_constants.h"
+// userenv.dll is required for GetProfileType().
+#pragma comment(lib, "userenv.lib")
+
namespace breakpad_win {
std::vector<google_breakpad::CustomInfoEntry>* g_custom_entries = NULL;
« no previous file with comments | « no previous file | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698