| Index: chrome/app/hard_error_handler_win.cc
|
| ===================================================================
|
| --- chrome/app/hard_error_handler_win.cc (revision 144098)
|
| +++ chrome/app/hard_error_handler_win.cc (working copy)
|
| @@ -4,12 +4,11 @@
|
|
|
| #include "chrome/app/hard_error_handler_win.h"
|
|
|
| -#if _MSC_VER <= 1600
|
| -// The windows SDK now defines in FACILITY_VISUALCPP winerror.h which
|
| -// clashes with the older crt's definition of the same.
|
| +#if defined(_WIN32_WINNT_WIN8)
|
| +// The Windows 8 SDK defines FACILITY_VISUALCPP in winerror.h.
|
| #undef FACILITY_VISUALCPP
|
| -#include <DelayIMP.h>
|
| #endif
|
| +#include <DelayIMP.h>
|
|
|
| #include <ntsecapi.h>
|
| #include <string>
|
|
|