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

setjmpex.h
Go to the documentation of this file.
00001 
00006 #ifndef _INC_SETJMPEX
00007 #define _INC_SETJMPEX
00008 
00009 #ifndef _WIN32
00010 #error Only Win32 target is supported!
00011 #endif
00012 
00013 #if (defined(_X86_) && !defined(__x86_64))
00014 #define setjmp _setjmp
00015 #define longjmp _longjmpex
00016 #else
00017 #ifdef setjmp
00018 #undef setjmp
00019 #endif
00020 #define setjmp _setjmpex
00021 #endif
00022 
00023 #include <setjmp.h>
00024 #endif

Generated on Fri May 25 2012 04:28:26 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.