From 4db15e7459ab06860cb7a7e162ca6d2b52a68b9c Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sun, 29 Jul 2001 20:57:33 +0000 Subject: More compiling. Things are starting to get hacky (adding stubs, commenting out unimplemented windows stuff, and so on). --- src/include/shape.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/include/shape.h') diff --git a/src/include/shape.h b/src/include/shape.h index e1c7919..9bd7e6c 100644 --- a/src/include/shape.h +++ b/src/include/shape.h @@ -829,9 +829,9 @@ typedef struct imageheader { TEXTURE *ImagePtr; /* Pointer to texture in memory */ #if SupportWindows95 -// LPDIRECTDRAWSURFACE DDSurface; -// LPDIRECT3DTEXTURE D3DTexture; -// D3DTEXTUREHANDLE D3DHandle; + LPDIRECTDRAWSURFACE DDSurface; + LPDIRECT3DTEXTURE D3DTexture; + D3DTEXTUREHANDLE D3DHandle; AW_BACKUPTEXTUREHANDLE hBackup; #endif -- cgit v1.3