summaryrefslogtreecommitdiff
path: root/src/win95/texio.c
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-07-29 20:57:33 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:36 +0200
commit4db15e7459ab06860cb7a7e162ca6d2b52a68b9c (patch)
treed26b85d52ff351d029f8138b58fbebee3464c1e1 /src/win95/texio.c
parent5c497c61a656f338eb9599fb5f364ad853d0eccf (diff)
More compiling. Things are starting to get hacky (adding stubs, commenting
out unimplemented windows stuff, and so on).
Diffstat (limited to 'src/win95/texio.c')
-rw-r--r--src/win95/texio.c8
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;
}
}