From 1fcf3c028ae1eb5072e70fa0a8a856dfbfae595b Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Thu, 5 Jul 2001 18:05:07 +0000 Subject: afont.c now builds --- src/include/shape.h | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) (limited to 'src/include/shape.h') diff --git a/src/include/shape.h b/src/include/shape.h index 32ed022..e1c7919 100644 --- a/src/include/shape.h +++ b/src/include/shape.h @@ -1,5 +1,7 @@ #ifndef SHAPE_INCLUDED +#define SHAPE_INCLUDED +#include "aw.h" // AW_BACKUPTEXTUREHANDLE /* Header File for Shape Data @@ -826,17 +828,12 @@ typedef struct imageheader { TEXTURE *ImagePtr; /* Pointer to texture in memory */ - #if SupportWindows95 - - LPDIRECTDRAWSURFACE DDSurface; - - LPDIRECT3DTEXTURE D3DTexture; - - D3DTEXTUREHANDLE D3DHandle; - +#if SupportWindows95 +// LPDIRECTDRAWSURFACE DDSurface; +// LPDIRECT3DTEXTURE D3DTexture; +// D3DTEXTUREHANDLE D3DHandle; AW_BACKUPTEXTUREHANDLE hBackup; - - #endif +#endif int ImageNum; /* # MIP images */ char ImageName[ImageNameSize]; /* Filename */ @@ -1096,7 +1093,5 @@ typedef enum { #endif -#define SHAPE_INCLUDED #endif - -- cgit v1.3