mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
elf.c renamed to elf.inc.h. There, happy?
svn path=/trunk/; revision=12990
This commit is contained in:
parent
a0b2f40b73
commit
530cd953b8
3 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#define __ELF_WORD_SIZE 32
|
||||
#include "elf.c"
|
||||
#include "elf.inc.h"
|
||||
|
||||
extern NTSTATUS NTAPI Elf64FmtCreateSection
|
||||
(
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#define __ELF_WORD_SIZE 64
|
||||
#include "elf.c"
|
||||
#include "elf.inc.h"
|
||||
|
|
Loading…
Reference in a new issue