Skip to content
Snippets Groups Projects
Commit ab1ec128 authored by richard's avatar richard
Browse files

potential fix for build issues on vs2005

parent eab73793
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,9 @@ ...@@ -39,7 +39,9 @@
#define TIME_FAST_TIMERS 0 #define TIME_FAST_TIMERS 0
#if LL_WINDOWS #if LL_WINDOWS
#define _interlockedbittestandset _dummy_func
#include <intrin.h> #include <intrin.h>
#undef _interlockedbittestandset
#define LL_INLINE __forceinline #define LL_INLINE __forceinline
// shift off lower 8 bits for lower resolution but longer term timing // shift off lower 8 bits for lower resolution but longer term timing
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment