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

Unified Diff: base/process/launch_win.cc

Issue 1842143002: Remove "#pragma comment(lib" in base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | « base/base.gyp ('k') | base/time/time_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/launch_win.cc
diff --git a/base/process/launch_win.cc b/base/process/launch_win.cc
index 985dccc0a3214b3d5d704127ab10721b5dd301ad..6c43b40c8ca9b16a139eba2c1852d79ca2e11765 100644
--- a/base/process/launch_win.cc
+++ b/base/process/launch_win.cc
@@ -31,9 +31,6 @@
#include "base/win/startup_information.h"
#include "base/win/windows_version.h"
-// userenv.dll is required for CreateEnvironmentBlock().
-#pragma comment(lib, "userenv.lib")
-
namespace base {
namespace {
« no previous file with comments | « base/base.gyp ('k') | base/time/time_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698