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/win95/texio.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/win95/texio.c') diff --git a/src/win95/texio.c b/src/win95/texio.c index 6cea7d8..9dffdcf 100644 --- a/src/win95/texio.c +++ b/src/win95/texio.c @@ -34,8 +34,8 @@ #endif -#include "awTexLd.h" -#include "alt_tab.h" +#include "awtexld.h" +//#include "alt_tab.h" /* #define for experimental purposes @@ -1557,7 +1557,7 @@ static void DeallocateImageHeader(IMAGEHEADER * ihptr) { ReleaseD3DTexture(ihptr->D3DTexture); ihptr->D3DTexture = (void*) 0; - ihptr->D3DHandle = (void*) 0; + ihptr->D3DHandle = /* (void*) */ 0; } } @@ -1573,7 +1573,7 @@ static void MinimizeImageHeader(IMAGEHEADER * ihptr) { ReleaseD3DTexture(ihptr->D3DTexture); ihptr->D3DTexture = (void*) 0; - ihptr->D3DHandle = (void*) 0; + ihptr->D3DHandle = /* (void*) */ 0; } } -- cgit v1.3