Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenlocking.h
Go to the documentation of this file.
00001 00006 #ifndef _INC_LOCKING 00007 #define _INC_LOCKING 00008 00009 #ifndef _WIN32 00010 #error Only Win32 target is supported! 00011 #endif 00012 00013 #include <crtdefs.h> 00014 00015 #define _LK_UNLCK 0 00016 #define _LK_LOCK 1 00017 #define _LK_NBLCK 2 00018 #define _LK_RLCK 3 00019 #define _LK_NBRLCK 4 00020 00021 #ifndef NO_OLDNAMES 00022 #define LK_UNLCK _LK_UNLCK 00023 #define LK_LOCK _LK_LOCK 00024 #define LK_NBLCK _LK_NBLCK 00025 #define LK_RLCK _LK_RLCK 00026 #define LK_NBRLCK _LK_NBRLCK 00027 #endif 00028 00029 #endif Generated on Wed May 23 2012 04:27:55 for ReactOS by
1.7.6.1
|