summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-07-04 22:58:50 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:36 +0200
commitd89eb0014e72da9fe561a5a150943d6b962c3dd9 (patch)
tree889ed9c442ea51d5ac8ee3adeaae0d1ebea7ca4d /src/include
parent190a6b306be7da0761bda6a5882349e161230d30 (diff)
First wave of changes:
Removed inclusion of Windows header files and remove some Windows-specific declarations.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/shape.h14
1 files changed, 3 insertions, 11 deletions
diff --git a/src/include/shape.h b/src/include/shape.h
index f0acdf4..32ed022 100644
--- a/src/include/shape.h
+++ b/src/include/shape.h
@@ -6,18 +6,10 @@
*/
-#ifndef SupportWindows95
- #if defined(_WIN32)||defined(WIN32)
- #define SupportWindows95 1
- #else
- #define SupportWindows95 0
- #endif
-#endif
-#if SupportWindows95
- #include <ddraw.h>
- #include <d3d.h>
- #include "aw.h"
+#ifndef SupportWindows95 /* Enable so that PC code is used */
+#define SupportWindows95 1
#endif
+
#include "shpanim.h"