summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-06-30 07:08:50 +0200
committerSergeanur <s.anureev@yandex.ua>2020-06-30 07:08:50 +0200
commita15f3ddb8b0e80fd62ba462903ae323b421c51a4 (patch)
tree43e19601d9d8ccf3f179b79b5ad483772116bd87
parentRename IsAnyButtonPressed to CheckForInput (diff)
downloadre3-a15f3ddb8b0e80fd62ba462903ae323b421c51a4.tar
re3-a15f3ddb8b0e80fd62ba462903ae323b421c51a4.tar.gz
re3-a15f3ddb8b0e80fd62ba462903ae323b421c51a4.tar.bz2
re3-a15f3ddb8b0e80fd62ba462903ae323b421c51a4.tar.lz
re3-a15f3ddb8b0e80fd62ba462903ae323b421c51a4.tar.xz
re3-a15f3ddb8b0e80fd62ba462903ae323b421c51a4.tar.zst
re3-a15f3ddb8b0e80fd62ba462903ae323b421c51a4.zip
-rw-r--r--src/render/MBlur.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/render/MBlur.cpp b/src/render/MBlur.cpp
index fe30ee0b..ec811e56 100644
--- a/src/render/MBlur.cpp
+++ b/src/render/MBlur.cpp
@@ -1,5 +1,7 @@
#define WITHWINDOWS
+#ifndef LIBRW
#define WITHD3D
+#endif
#include "common.h"
#ifndef LIBRW
#include <d3d8caps.h>