update for HEAD-2003091401
[reactos.git] / include / windows.h
index 6404819..6d10771 100644 (file)
 #ifndef _GNU_H_WINDOWS_H
 #define _GNU_H_WINDOWS_H
 
+#ifdef __USE_W32API
+
+#include_next <windows.h>
+
+#else /* __USE_W32API */
+
 #ifndef max
 #define max(a,b)   (((a) > (b)) ? (a) : (b))
 #endif
    using Objective-C then you must use WINBOOL for Win32 operations.
 */
 #ifndef __OBJC__
-//typedef WINBOOL BOOL;
+/* typedef WINBOOL BOOL; */
 #endif /* !__OBJC__ */
 
 /* How do we get the VM page size on NT? */
 #endif
 #endif
 
+#endif /* !__USE_W32API */
+
 #endif /* _GNU_H_WINDOWS_H */