ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

locking.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.