include/windows.h: Added _INC_WINDOWS declaration.

oldstable
Nicolas Delcros 2006-09-12 11:50:13 +01:00 committed by Alexandre Julliard
parent 397e56996b
commit e21f6df630
1 changed files with 4 additions and 0 deletions

View File

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