From d89eb0014e72da9fe561a5a150943d6b962c3dd9 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Wed, 4 Jul 2001 22:58:50 +0000 Subject: First wave of changes: Removed inclusion of Windows header files and remove some Windows-specific declarations. --- src/include/shape.h | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) (limited to 'src/include/shape.h') 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 - #include - #include "aw.h" +#ifndef SupportWindows95 /* Enable so that PC code is used */ +#define SupportWindows95 1 #endif + #include "shpanim.h" -- cgit v1.3