Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenelf.h
Go to the documentation of this file.
00001 #ifndef _REACTOS_ELF_H_ 00002 #define _REACTOS_ELF_H_ 1 00003 00004 /* Machine-independent and word-size-independent definitions */ 00005 #include <elf/common.h> 00006 00007 /* 00008 * Word-size-dependent definitions. All ReactOS builds support all of them, 00009 * even if (obviously) code for the wrong architecture cannot be executed - the 00010 * files can still be used in machine-independent ways, e.g. as resource DLLs 00011 */ 00012 #include <elf/elf32.h> 00013 #include <elf/elf64.h> 00014 00015 /* Machine-dependent definitions */ 00016 #include <elf/machine.h> 00017 00018 #endif 00019 00020 /* EOF */ Generated on Fri May 25 2012 04:31:33 for ReactOS by
1.7.6.1
|