summaryrefslogtreecommitdiff
path: root/community-testing/open-vm-tools/open-vm-tools-X11Bool.patch
blob: f12581807fb51c06ee6c16b27c7e662dbaa9dbb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff -wbBur open-vm-tools-2010.08.24-292196.org/lib/include/vm_basic_types.h open-vm-tools-2010.08.24-292196/lib/include/vm_basic_types.h
--- open-vm-tools-2010.08.24-292196.org/lib/include/vm_basic_types.h	2010-08-24 19:59:22.000000000 +0000
+++ open-vm-tools-2010.08.24-292196/lib/include/vm_basic_types.h	2010-08-30 09:38:48.000000000 +0000
@@ -83,8 +83,11 @@
 
 /* STRICT ANSI means the Xserver build and X defines Bool differently. */
 #if !defined(__STRICT_ANSI__) || defined(__FreeBSD__) || defined(__MINGW32__)
+#  ifndef _XTYPEDEF_BOOL
+#  define _XTYPEDEF_BOOL
 typedef char           Bool;
 #endif
+#endif
 
 #ifndef FALSE
 #define FALSE          0