summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrichard <none@none>2010-01-13 17:33:27 -0800
committerrichard <none@none>2010-01-13 17:33:27 -0800
commitab1ec1285dba150e4933190a4bcb6ced191f6c5e (patch)
treee55b0244eb80aef703bee9da7df9f0398e30b0c9
parenteab73793fc0b1b3832a7ad190e0d62708f39be90 (diff)
potential fix for build issues on vs2005
-rw-r--r--indra/llcommon/llfasttimer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llcommon/llfasttimer.h b/indra/llcommon/llfasttimer.h
index 645bbb88ff..7e3c411758 100644
--- a/indra/llcommon/llfasttimer.h
+++ b/indra/llcommon/llfasttimer.h
@@ -39,7 +39,9 @@
#define TIME_FAST_TIMERS 0
#if LL_WINDOWS
+#define _interlockedbittestandset _dummy_func
#include <intrin.h>
+#undef _interlockedbittestandset
#define LL_INLINE __forceinline
// shift off lower 8 bits for lower resolution but longer term timing