summaryrefslogtreecommitdiff
path: root/Source/Core/VideoBackends/OGL/TextureCache.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2014-07-29 21:20:43 -0400
committerLioncash <mathew1800@gmail.com>2014-07-29 21:20:43 -0400
commitb03c12764da90fcf1a99a9f4e23e12923aa956b3 (patch)
tree76d851407259907e81a37afd265c65665fa98e83 /Source/Core/VideoBackends/OGL/TextureCache.cpp
parentc0e8d9879ae1fc65f5c53f874b82d540528d1216 (diff)
Really get rid of the MSVC 2005 workaround completely
Diffstat (limited to 'Source/Core/VideoBackends/OGL/TextureCache.cpp')
-rw-r--r--Source/Core/VideoBackends/OGL/TextureCache.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/Source/Core/VideoBackends/OGL/TextureCache.cpp b/Source/Core/VideoBackends/OGL/TextureCache.cpp
index 8b38fca25c..145bc0086e 100644
--- a/Source/Core/VideoBackends/OGL/TextureCache.cpp
+++ b/Source/Core/VideoBackends/OGL/TextureCache.cpp
@@ -7,15 +7,7 @@
#include <vector>
#ifdef _WIN32
-#define _interlockedbittestandset workaround_ms_header_bug_platform_sdk6_set
-#define _interlockedbittestandreset workaround_ms_header_bug_platform_sdk6_reset
-#define _interlockedbittestandset64 workaround_ms_header_bug_platform_sdk6_set64
-#define _interlockedbittestandreset64 workaround_ms_header_bug_platform_sdk6_reset64
#include <intrin.h>
-#undef _interlockedbittestandset
-#undef _interlockedbittestandreset
-#undef _interlockedbittestandset64
-#undef _interlockedbittestandreset64
#endif
#include "Common/CommonPaths.h"