mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[PSDK]
Move definitions of BitScanForward and BitScanReverse out of gcc specific area svn path=/branches/cmake-bringup/; revision=49578
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user