elf.c renamed to elf.inc.h. There, happy?

svn path=/trunk/; revision=12990
This commit is contained in:
KJK::Hyperion 2005-01-12 20:18:57 +00:00
parent a0b2f40b73
commit 530cd953b8
3 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#define __ELF_WORD_SIZE 32
#include "elf.c"
#include "elf.inc.h"
extern NTSTATUS NTAPI Elf64FmtCreateSection
(

View file

@ -1,2 +1,2 @@
#define __ELF_WORD_SIZE 64
#include "elf.c"
#include "elf.inc.h"