Move definitions of BitScanForward and BitScanReverse out of gcc specific area

svn path=/branches/cmake-bringup/; revision=49578
This commit is contained in:
Timo Kreuzer
2010-11-13 23:57:49 +00:00
parent 078e1855fa
commit dcfe4ea6a9
+2 -2
View File
@@ -5209,11 +5209,11 @@ InterlockedBitTestAndReset(IN LONG volatile *Base,
#endif
}
#endif
#define BitScanForward _BitScanForward
#define BitScanReverse _BitScanReverse
#endif
/* TODO: Other architectures than X86 */
#if defined(_M_IX86)
#define PF_TEMPORAL_LEVEL_1