summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-08-15 03:47:28 +0200
committerGitHub <noreply@github.com>2018-08-15 03:47:28 +0200
commitad7815a28dd30e7135d5b8739f85e83744786025 (patch)
treea2f72583f526dcf820d04242e27bfed56d0ff0cb /src/common
parentMerge pull request #1056 from lioncash/mm (diff)
parentcommon/misc: use windows.h (diff)
downloadyuzu-ad7815a28dd30e7135d5b8739f85e83744786025.tar
yuzu-ad7815a28dd30e7135d5b8739f85e83744786025.tar.gz
yuzu-ad7815a28dd30e7135d5b8739f85e83744786025.tar.bz2
yuzu-ad7815a28dd30e7135d5b8739f85e83744786025.tar.lz
yuzu-ad7815a28dd30e7135d5b8739f85e83744786025.tar.xz
yuzu-ad7815a28dd30e7135d5b8739f85e83744786025.tar.zst
yuzu-ad7815a28dd30e7135d5b8739f85e83744786025.zip
Diffstat (limited to 'src/common')
-rw-r--r--src/common/misc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/misc.cpp b/src/common/misc.cpp
index 217a87098..3fa8a3bc4 100644
--- a/src/common/misc.cpp
+++ b/src/common/misc.cpp
@@ -4,7 +4,7 @@
#include <cstddef>
#ifdef _WIN32
-#include <Windows.h>
+#include <windows.h>
#else
#include <cerrno>
#include <cstring>