(file) Return to SpinLock.cpp CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

Diff for /pegasus/src/Pegasus/Common/SpinLock.cpp between version 1.2 and 1.3

version 1.2, 2005/11/03 02:26:06 version 1.3, 2005/11/03 02:36:59
Line 33 
Line 33 
  
 #include "SpinLock.h" #include "SpinLock.h"
  
   #if !defined(PEGASUS_PLATFORM_WIN32_IX86_MSVC)
   # define PEGASUS_SPINLOCK_USE_PTHREADS
   #endif
   
 #ifdef PEGASUS_SPINLOCK_USE_PTHREADS #ifdef PEGASUS_SPINLOCK_USE_PTHREADS
 # include <pthread.h> # include <pthread.h>
 #else #else


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2