summaryrefslogtreecommitdiff
path: root/PACE/pace/win32/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'PACE/pace/win32/types.h')
-rw-r--r--PACE/pace/win32/types.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/PACE/pace/win32/types.h b/PACE/pace/win32/types.h
index cd6a7b10cd8..fdf9f2f2f2e 100644
--- a/PACE/pace/win32/types.h
+++ b/PACE/pace/win32/types.h
@@ -17,12 +17,8 @@
#define PACE_SYS_TYPES_H_WIN32
#include <sys/types.h>
-#if defined (__BORLANDC__)
-# include <windows.h>
-#else /* __BORLANDC__ */
-# include <wtypes.h>
-# include <windef.h>
-#endif /* __BORLANDC__ */
+#include <wtypes.h>
+#include <windef.h>
#if defined (PACE_HAS_CPLUSPLUS)
extern "C" {