Commit d61e4726 by Jamie Madill

Fix placement of windows.h include for Win 8.1 SDK.

The windows header must be included before versionhelpers.h. BUG=angle:649 Change-Id: Ifee95b2918ea039f9a1c93ad0244bf2d35bd8570 Reviewed-on: https://chromium-review.googlesource.com/201462Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Tested-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 3501c165
...@@ -23,12 +23,12 @@ ...@@ -23,12 +23,12 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/ */
#include <windows.h>
#if _WIN32_WINNT_WINBLUE #if _WIN32_WINNT_WINBLUE
#include <versionhelpers.h> #include <versionhelpers.h>
#endif #endif
#include <windows.h>
namespace rx { namespace rx {
#ifndef _WIN32_WINNT_WINBLUE #ifndef _WIN32_WINNT_WINBLUE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment