summaryrefslogtreecommitdiffstats
path: root/chrome/app
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/app')
-rw-r--r--chrome/app/chrome_exe_main.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/app/chrome_exe_main.cc b/chrome/app/chrome_exe_main.cc
index 3065597..d8fed89 100644
--- a/chrome/app/chrome_exe_main.cc
+++ b/chrome/app/chrome_exe_main.cc
@@ -27,8 +27,7 @@ int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE prev_instance,
base::AtExitManager exit_manager;
win_util::WinVersion win_version = win_util::GetWinVersion();
- if (win_version == win_util::WINVERSION_XP ||
- win_version == win_util::WINVERSION_SERVER_2003) {
+ if (win_version < win_util::WINVERSION_VISTA) {
// On Vista, this is unnecessary since it is controlled through the
// /NXCOMPAT linker flag.
// Enforces strong DEP support.