From 9b449609fac7b23f2f9655ce2d766f1f56679ba4 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sun, 4 May 2008 15:17:55 -0700 Subject: Removed SupportWindows95 and platform_pc macros. --- src/include/shape.h | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'src/include/shape.h') diff --git a/src/include/shape.h b/src/include/shape.h index 5ef5c10..2f4981f 100644 --- a/src/include/shape.h +++ b/src/include/shape.h @@ -2,16 +2,13 @@ #define SHAPE_INCLUDED #include "aw.h" // AW_BACKUPTEXTUREHANDLE + /* Header File for Shape Data */ -#ifndef SupportWindows95 /* Enable so that PC code is used */ -#define SupportWindows95 1 -#endif - #include "shpanim.h" @@ -527,9 +524,7 @@ typedef struct merged_poly #else - #if platform_pc #define iflag_zbuffer_w 0x00000080 /* Z-Buffer, Write-Only */ - #endif #endif /* InterfaceEngine */ @@ -550,9 +545,7 @@ typedef struct merged_poly #define iflag_no_mip 0x00008000 /* Use Index #0 */ -#if platform_pc #define iflag_zbuffer_r 0x00010000 /* Z-Buffer, Read-Only */ -#endif #define iflag_linear 0x00020000 /* Linear Interpolation */ @@ -783,12 +776,10 @@ typedef struct imageheader { TEXTURE *ImagePtr; /* Pointer to texture in memory */ -#if SupportWindows95 LPDIRECTDRAWSURFACE DDSurface; LPDIRECT3DTEXTURE D3DTexture; D3DTEXTUREHANDLE D3DHandle; AW_BACKUPTEXTUREHANDLE hBackup; -#endif int ImageNum; /* # MIP images */ char ImageName[ImageNameSize]; /* Filename */ -- cgit v1.3