diff options
author | erorcun <erayorcunus@gmail.com> | 2021-01-23 01:34:15 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-23 01:34:15 +0100 |
commit | 10120eb12fb91db551a00839ab30d7542634b87d (patch) | |
tree | e8c670366d80e62776b0856466625b50af97c0c7 /src/extras/postfx.cpp | |
parent | fix config.h (diff) | |
parent | Includes overhaul, fix some compiler warnings (diff) | |
download | re3-10120eb12fb91db551a00839ab30d7542634b87d.tar re3-10120eb12fb91db551a00839ab30d7542634b87d.tar.gz re3-10120eb12fb91db551a00839ab30d7542634b87d.tar.bz2 re3-10120eb12fb91db551a00839ab30d7542634b87d.tar.lz re3-10120eb12fb91db551a00839ab30d7542634b87d.tar.xz re3-10120eb12fb91db551a00839ab30d7542634b87d.tar.zst re3-10120eb12fb91db551a00839ab30d7542634b87d.zip |
Diffstat (limited to 'src/extras/postfx.cpp')
-rw-r--r-- | src/extras/postfx.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/extras/postfx.cpp b/src/extras/postfx.cpp index 2ea08141..03010267 100644 --- a/src/extras/postfx.cpp +++ b/src/extras/postfx.cpp @@ -1,5 +1,4 @@ -#define WITHWINDOWS -#define WITH_D3D +#define WITHD3D #include "common.h" #ifdef EXTENDED_COLOURFILTER |