mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-22 09:09:15 +01:00
fix common.h d3d includes
This commit is contained in:
parent
deaaf3d22f
commit
a6faa0384b
@ -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 New Issue
Block a user