| Index: src/base/win32-headers.h
|
| diff --git a/src/base/win32-headers.h b/src/base/win32-headers.h
|
| index 20ec8e0261b136544c85d9faf03635fdd2956b4c..b61ce717e5c0939ef529ca72cd838b51db76b551 100644
|
| --- a/src/base/win32-headers.h
|
| +++ b/src/base/win32-headers.h
|
| @@ -27,10 +27,10 @@
|
| #ifndef NOMCX
|
| #define NOMCX
|
| #endif
|
| -// Require Windows XP or higher (this is required for the RtlCaptureContext
|
| -// function to be present).
|
| +// Require Windows Vista or higher (this is required for the
|
| +// QueryThreadCycleTime function to be present).
|
| #ifndef _WIN32_WINNT
|
| -#define _WIN32_WINNT 0x501
|
| +#define _WIN32_WINNT 0x0600
|
| #endif
|
|
|
| #include <windows.h>
|
|
|