From aad76672325be21f20569335818d021c9d2e1236 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 8 Dec 2015 14:54:29 -0500 Subject: [PATCH 1/2] fixed Unix-incompatible directory dividers --- Source/Project64-core/stdafx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Project64-core/stdafx.h b/Source/Project64-core/stdafx.h index 02907c79b..bad1aa83b 100644 --- a/Source/Project64-core/stdafx.h +++ b/Source/Project64-core/stdafx.h @@ -1,6 +1,6 @@ -#include +#include #include -#include +#include #include "Multilanguage.h" #include "Notification.h" From 8b59f82a8de3c9b8ec2daa98229b71976b271019 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 8 Dec 2015 14:59:50 -0500 Subject: [PATCH 2/2] fixed Unix-incompatible include path case-insensitivity --- Source/Project64-core/AppInit.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Project64-core/AppInit.cpp b/Source/Project64-core/AppInit.cpp index 3ea66234f..be60eb1ba 100644 --- a/Source/Project64-core/AppInit.cpp +++ b/Source/Project64-core/AppInit.cpp @@ -1,6 +1,6 @@ #include "stdafx.h" -#include -#include +#include +#include #include #include #include