diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-04-21 13:28:06 +0300 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-04-22 05:24:02 +0300 |
commit | c80403a2e0aa337968d77f5d4bcc33cdc91eeac1 (patch) | |
tree | 76408ff0065d0d72a5cd02774a91b50abe3bf025 /src/core/re3.cpp | |
parent | 6571715cb29c65d149a0d7101ece28fb09649306 (diff) |
Crossplatform work continues
Diffstat (limited to 'src/core/re3.cpp')
-rw-r--r-- | src/core/re3.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/re3.cpp b/src/core/re3.cpp index e5f42696..0c96b262 100644 --- a/src/core/re3.cpp +++ b/src/core/re3.cpp @@ -1,6 +1,6 @@ #include <direct.h> #include <csignal> -#include <windows.h> +#define WITHWINDOWS #include "common.h" #include "patcher.h" #include "Renderer.h" |