diff options
Diffstat (limited to 'src/win95/texio.c')
| -rw-r--r-- | src/win95/texio.c | 8 |
1 files changed, 4 insertions, 4 deletions
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; } } |
