Nicolas Delcros : include/windows.h: Added _INC_WINDOWS declaration.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Sep 14 10:09:58 CDT 2006


Module: wine
Branch: master
Commit: e21f6df630da6cac84fb4e2f429c526b4894e3aa
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=e21f6df630da6cac84fb4e2f429c526b4894e3aa

Author: Nicolas Delcros <nicolas at dyalog.com>
Date:   Tue Sep 12 11:50:13 2006 +0100

include/windows.h: Added _INC_WINDOWS declaration.

---

 include/windows.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/include/windows.h b/include/windows.h
index b93b303..af83f83 100644
--- a/include/windows.h
+++ b/include/windows.h
@@ -28,6 +28,9 @@ #if defined(_MSC_VER) && (_MSC_VER >= 80
 # 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 @@ #include <imm.h>
 #endif /* !NOIMM */
 
 #endif  /* RC_INVOKED && !NOWINRES */
+#endif /* _INC_WINDOWS */
 #endif  /* __WINE_WINDOWS_H */




More information about the wine-cvs mailing list