Example of use of new _push/_popBOOL.h headers.


git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@3183 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/include/windef.h b/mingw-w64-headers/include/windef.h
index 506f426..b090a0b 100644
--- a/mingw-w64-headers/include/windef.h
+++ b/mingw-w64-headers/include/windef.h
@@ -105,8 +105,10 @@
 typedef WINBOOL BOOL;
 #endif
 #pragma pop_macro("BOOL")
-typedef WINBOOL *PBOOL;
-typedef WINBOOL *LPBOOL;
+#include <mingw_inc/_pushBOOL.h>
+typedef BOOL *PBOOL;
+typedef BOOL *LPBOOL;
+#include <minw_inc/popBOOL.h>
 #endif /* _DEF_WINBOOL_ */
 
 typedef unsigned char BYTE;