summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/basetsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/include/basetsd.h')
-rw-r--r--winsup/w32api/include/basetsd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/w32api/include/basetsd.h b/winsup/w32api/include/basetsd.h
index 7aaecb5b4..732e513c3 100644
--- a/winsup/w32api/include/basetsd.h
+++ b/winsup/w32api/include/basetsd.h
@@ -4,7 +4,9 @@
extern "C" {
#endif
typedef int LONG32, *PLONG32;
+#ifndef XFree86Server
typedef int INT32, *PINT32;
+#endif /* ndef XFree86Server */
typedef unsigned int ULONG32, *PULONG32;
typedef unsigned int DWORD32, *PDWORD32;
typedef unsigned int UINT32, *PUINT32;