summaryrefslogtreecommitdiffstats
path: root/src/core
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2020-04-21 12:28:06 +0200
committereray orçunus <erayorcunus@gmail.com>2020-04-22 04:24:02 +0200
commitc80403a2e0aa337968d77f5d4bcc33cdc91eeac1 (patch)
tree76408ff0065d0d72a5cd02774a91b50abe3bf025 /src/core
parentlibrw skin pipe (diff)
downloadre3-c80403a2e0aa337968d77f5d4bcc33cdc91eeac1.tar
re3-c80403a2e0aa337968d77f5d4bcc33cdc91eeac1.tar.gz
re3-c80403a2e0aa337968d77f5d4bcc33cdc91eeac1.tar.bz2
re3-c80403a2e0aa337968d77f5d4bcc33cdc91eeac1.tar.lz
re3-c80403a2e0aa337968d77f5d4bcc33cdc91eeac1.tar.xz
re3-c80403a2e0aa337968d77f5d4bcc33cdc91eeac1.tar.zst
re3-c80403a2e0aa337968d77f5d4bcc33cdc91eeac1.zip
Diffstat (limited to 'src/core')
-rw-r--r--src/core/CdStream.cpp2
-rw-r--r--src/core/Game.cpp2
-rw-r--r--src/core/Timer.cpp2
-rw-r--r--src/core/re3.cpp2
4 files changed, 3 insertions, 5 deletions
diff --git a/src/core/CdStream.cpp b/src/core/CdStream.cpp
index 1ab1c8b0..ea79fb9a 100644
--- a/src/core/CdStream.cpp
+++ b/src/core/CdStream.cpp
@@ -1,4 +1,4 @@
-#include <windows.h>
+#define WITHWINDOWS
#include "common.h"
#include "CdStream.h"
diff --git a/src/core/Game.cpp b/src/core/Game.cpp
index 6f3eee29..bfe6eee3 100644
--- a/src/core/Game.cpp
+++ b/src/core/Game.cpp
@@ -1,7 +1,5 @@
#pragma warning( push )
#pragma warning( disable : 4005)
-#define DIRECTINPUT_VERSION 0x0800
-#include <dinput.h>
#pragma warning( pop )
#include "common.h"
#include "win.h"
diff --git a/src/core/Timer.cpp b/src/core/Timer.cpp
index 8f8570d7..aca7c1dc 100644
--- a/src/core/Timer.cpp
+++ b/src/core/Timer.cpp
@@ -1,4 +1,4 @@
-#include <windows.h>
+#define WITHWINDOWS
#include "common.h"
#include "DMAudio.h"
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"