mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 20:36:19 +00:00
fix common.h d3d includes
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user