Skip to content

Commit

Permalink
Merge pull request #694 from lioncash/interp-defines
Browse files Browse the repository at this point in the history
Core: Remove defines used to work around an MSVC 2005 bug
  • Loading branch information
delroth committed Jul 29, 2014
2 parents 8ff3cf1 + 412196a commit f6fe299
Showing 1 changed file with 0 additions and 8 deletions.
Expand Up @@ -6,15 +6,7 @@
#include <limits>

#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/MathUtil.h"
Expand Down

0 comments on commit f6fe299

Please sign in to comment.