Browse Source

force windows above other includes

Shelley Vohr 7 years ago
parent
commit
e7bb7dd78b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      chromium_src/chrome/common/chrome_paths_win.cc

+ 2 - 1
chromium_src/chrome/common/chrome_paths_win.cc

@@ -4,11 +4,12 @@
 
 #include "chrome/common/chrome_paths_internal.h"
 
+#include <windows.h>
+
 #include <knownfolders.h>
 #include <shellapi.h>
 #include <shlobj.h>
 #include <shobjidl.h>
-#include <windows.h>
 
 #include "base/files/file_path.h"
 #include "base/path_service.h"