From aa9b2e1073f52b8ef32ca6360fa1f8937df60e4e Mon Sep 17 00:00:00 2001 From: nakeee Date: Wed, 10 Dec 2008 23:41:33 +0000 Subject: [PATCH] forgot 2 files git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@1495 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Core/Common/Src/Common.h | 4 ---- Source/Plugins/Plugin_VideoOGL/Src/NativeVertexFormat.cpp | 1 - 2 files changed, 5 deletions(-) diff --git a/Source/Core/Common/Src/Common.h b/Source/Core/Common/Src/Common.h index 1fc07097df..10a923caa7 100644 --- a/Source/Core/Common/Src/Common.h +++ b/Source/Core/Common/Src/Common.h @@ -21,10 +21,6 @@ #define _CRTDBG_MAP_ALLOC #define _CRTDBG_MAP_ALLOC_NEW -#ifdef OSX64 -#define MAP_32BIT 0 -#endif - #define CHECK_HEAP_INTEGRITY() #ifdef _WIN32 diff --git a/Source/Plugins/Plugin_VideoOGL/Src/NativeVertexFormat.cpp b/Source/Plugins/Plugin_VideoOGL/Src/NativeVertexFormat.cpp index 6d68806ba0..ebe1ae70b6 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/NativeVertexFormat.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/NativeVertexFormat.cpp @@ -15,7 +15,6 @@ // Official SVN repository and contact information can be found at // http://code.google.com/p/dolphin-emu/ -#include "Config.h" #include "GLUtil.h" #include "Profiler.h" #include "x64Emitter.h"