More compiling. Things are starting to get hacky (adding stubs, commenting

out unimplemented windows stuff, and so on).
This commit is contained in:
Steven Fuller 2001-07-29 20:57:33 +00:00 committed by Patryk Obara
parent 5c497c61a6
commit 4db15e7459
13 changed files with 420 additions and 60 deletions

View file

@ -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;
}
}