diff options
| author | withmorten <morten.with@gmail.com> | 2021-01-17 22:10:04 +0100 |
|---|---|---|
| committer | withmorten <morten.with@gmail.com> | 2021-01-17 22:10:04 +0100 |
| commit | a6faa0384b591e8b9093b52b4955011126e942a3 (patch) | |
| tree | 314bf41968ec5607ea6cb3dab3a5b58374a72896 /src/core/common.h | |
| parent | Migrate from old .ini to new .ini (diff) | |
| download | re3-a6faa0384b591e8b9093b52b4955011126e942a3.tar.gz | |
fix common.h d3d includes
Diffstat (limited to 'src/core/common.h')
| -rw-r--r-- | src/core/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/common.h b/src/core/common.h index 8b5f6b3c..d7facfd1 100644 --- a/src/core/common.h +++ b/src/core/common.h @@ -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 |
