diff options
Diffstat (limited to 'src/include/shape.h')
| -rw-r--r-- | src/include/shape.h | 14 |
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" |
