mirror of
https://github.com/halpz/re3
synced 2024-11-16 07:47:44 +01:00
fix common.h d3d includes
This commit is contained in:
parent
deaaf3d22f
commit
a6faa0384b
1 changed files with 2 additions and 2 deletions
|
@ -29,9 +29,9 @@
|
|||
#define WITH_D3D // librw includes d3d9 itself via this right now
|
||||
#else
|
||||
#ifndef USE_D3D9
|
||||
#include <d3d8types.h>
|
||||
#include <d3d8.h>
|
||||
#else
|
||||
#include <d3d9types.h>
|
||||
#include <d3d9.h>
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue