Commit e21f6df6 authored by Nicolas Delcros's avatar Nicolas Delcros Committed by Alexandre Julliard

include/windows.h: Added _INC_WINDOWS declaration.

parent 397e5699
...@@ -28,6 +28,9 @@ ...@@ -28,6 +28,9 @@
# pragma warning(disable:4116) # pragma warning(disable:4116)
#endif #endif
#ifndef _INC_WINDOWS
#define _INC_WINDOWS
#if defined(RC_INVOKED) && !defined(NOWINRES) #if defined(RC_INVOKED) && !defined(NOWINRES)
#include <winresrc.h> #include <winresrc.h>
#else /* RC_INVOKED && !NOWINRES */ #else /* RC_INVOKED && !NOWINRES */
...@@ -100,4 +103,5 @@ ...@@ -100,4 +103,5 @@
#endif /* !NOIMM */ #endif /* !NOIMM */
#endif /* RC_INVOKED && !NOWINRES */ #endif /* RC_INVOKED && !NOWINRES */
#endif /* _INC_WINDOWS */
#endif /* __WINE_WINDOWS_H */ #endif /* __WINE_WINDOWS_H */
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