From e21f6df630da6cac84fb4e2f429c526b4894e3aa Mon Sep 17 00:00:00 2001 From: Nicolas Delcros Date: Tue, 12 Sep 2006 11:50:13 +0100 Subject: [PATCH] include/windows.h: Added _INC_WINDOWS declaration. --- include/windows.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/windows.h b/include/windows.h index b93b303add7..af83f83ac14 100644 --- a/include/windows.h +++ b/include/windows.h @@ -28,6 +28,9 @@ # pragma warning(disable:4116) #endif +#ifndef _INC_WINDOWS +#define _INC_WINDOWS + #if defined(RC_INVOKED) && !defined(NOWINRES) #include #else /* RC_INVOKED && !NOWINRES */ @@ -100,4 +103,5 @@ #endif /* !NOIMM */ #endif /* RC_INVOKED && !NOWINRES */ +#endif /* _INC_WINDOWS */ #endif /* __WINE_WINDOWS_H */