| Index: content/browser/gamepad/platform_data_fetcher_win.cc
|
| ===================================================================
|
| --- content/browser/gamepad/platform_data_fetcher_win.cc (revision 144100)
|
| +++ content/browser/gamepad/platform_data_fetcher_win.cc (working copy)
|
| @@ -8,10 +8,11 @@
|
| #include "content/common/gamepad_messages.h"
|
| #include "content/common/gamepad_hardware_buffer.h"
|
|
|
| -#if _MSC_VER <= 1600
|
| +#if defined(_WIN32_WINNT_WIN8)
|
| +// The Windows 8 SDK defines FACILITY_VISUALCPP in winerror.h.
|
| #undef FACILITY_VISUALCPP
|
| +#endif
|
| #include <delayimp.h>
|
| -#endif
|
|
|
| #pragma comment(lib, "delayimp.lib")
|
| #pragma comment(lib, "xinput.lib")
|
|
|