summarylogtreecommitdiffstats
path: root/angleproject-undo-mingw-org-compatibility.patch
blob: 4496d6992d36e98cc670792f1bcdd2e0e8518cb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- angle/src/common/platform.h.orig	2014-12-29 14:28:40.707691427 +0100
+++ angle/src/common/platform.h	2014-12-29 14:28:57.662866462 +0100
@@ -82,7 +82,7 @@
 #       endif
 #   endif
 
-#  if defined(__MINGW32__) // Missing defines on MinGW
+#  if defined(__MINGW32__) && 0 // Missing defines on MinGW
 typedef enum D3D11_MAP_FLAG
 {
     D3D11_MAP_FLAG_DO_NOT_WAIT = 0x100000L