More compiling. Things are starting to get hacky (adding stubs, commenting
out unimplemented windows stuff, and so on).
This commit is contained in:
parent
5c497c61a6
commit
4db15e7459
13 changed files with 420 additions and 60 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue