Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygen_openbsd.h
Go to the documentation of this file.
00001 #define _STLP_PLATFORM "Open BSD" 00002 00003 #define _STLP_USE_UNIX_IO 00004 00005 #if defined (_POSIX_THREADS) && !defined (_STLP_THREADS) 00006 # define _STLP_THREADS 00007 #endif 00008 00009 #if defined (_POSIX_THREADS) && !defined (_STLP_DONT_USE_PTHREAD_SPINLOCK) 00010 # define _STLP_USE_PTHREAD_SPINLOCK 00011 # define _STLP_STATIC_MUTEX _STLP_mutex 00012 #endif Generated on Sun May 27 2012 04:29:47 for ReactOS by
1.7.6.1
|