summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2012-01-04 19:08:16 +0000
committerJon TURNEY <jon.turney@dronecode.org.uk>2012-11-05 23:26:50 +0000
commitab917f59ba5d1d10db1bf45b632b61e64a2b31c4 (patch)
tree49de980239b7e3545b12c9636af6ef5a9695b963
parent1e3ae11d125f5146dd6821161e17522bae702e71 (diff)
Remove unneeded include of windows.h on WIN32
Remove unneeded include of windows.h on WIN32, along with an attempt at the needed wrapping, which is all done properly by Xwindows.h (This include was also under a DPMSExtension define, for some strange reason) Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
-rw-r--r--xset.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/xset.c b/xset.c
index 40fc7e1..906fa95 100644
--- a/xset.c
+++ b/xset.c
@@ -65,19 +65,6 @@ in this Software without prior written authorization from The Open Group.
#endif
#ifdef DPMSExtension
# include <X11/extensions/dpms.h>
-# ifdef WIN32
-# define BOOL wBOOL
-# ifdef Status
-# undef Status
-# define Status wStatus
-# endif
-# include <windows.h>
-# ifdef Status
-# undef Status
-# define Status int
-# endif
-# undef BOOL
-# endif
#endif /* DPMSExtension */
#ifdef XF86MISC