Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenmachine.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
1.7.6.1
|