pipe/atomic: dont use ms interlock calls from gcc

This commit is contained in:
Keith Whitwell 2009-03-18 13:27:53 +00:00
parent 0c550b0425
commit 33c1bec73b
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ extern "C" {
defined(PIPE_SUBSYSTEM_WINDOWS_MINIPORT))
#define PIPE_ATOMIC_OS_MS_INTERLOCK \
(!PIPE_ATOMIC_OS_UNLOCKED && \
(!defined(PIPE_CC_GCC) && \
!PIPE_ATOMIC_OS_UNLOCKED && \
defined(PIPE_SUBSYSTEM_WINDOWS_USER))
#define PIPE_ATOMIC_OS_PROVIDED \