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

machine.h
Go to the documentation of this file.
00001 #ifndef _REACTOS_ELF_MACHINE_H_
00002 #define _REACTOS_ELF_MACHINE_H_ 1
00003 
00004 #ifdef _M_IX86
00005 #define _REACTOS_ELF_MACHINE_IS_TARGET
00006 #include <elf/elf-i386.h>
00007 #undef _REACTOS_ELF_MACHINE_IS_TARGET
00008 #elif defined(_M_PPC)
00009 #define _REACTOS_ELF_MACHINE_IS_TARGET
00010 #include <elf/elf-powerpc.h>
00011 #undef _REACTOS_ELF_MACHINE_IS_TARGET
00012 #else
00013 #error Unsupported target architecture
00014 #endif
00015 
00016 #endif

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