Hack to fix win64.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/branches/wip@3611 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
1b34642cb2
commit
1f9a7004be
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
#if (DIRECT3D_VERSION >= 0x0900)
|
#if (DIRECT3D_VERSION >= 0x0900)
|
||||||
|
|
||||||
#include <pshpack4.h>
|
//#include <pshpack4.h>
|
||||||
|
|
||||||
#define D3DCLEAR_TARGET 0x01
|
#define D3DCLEAR_TARGET 0x01
|
||||||
#define D3DCLEAR_ZBUFFER 0x02
|
#define D3DCLEAR_ZBUFFER 0x02
|
||||||
|
@ -1266,7 +1266,7 @@ typedef struct _D3DVOLUME_DESC {
|
||||||
UINT Depth;
|
UINT Depth;
|
||||||
} D3DVOLUME_DESC;
|
} D3DVOLUME_DESC;
|
||||||
|
|
||||||
#include <poppack.h>
|
//#include <poppack.h>
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue