diff options
Diffstat (limited to 'arch/nt64/reloc.h')
-rw-r--r-- | arch/nt64/reloc.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/nt64/reloc.h b/arch/nt64/reloc.h new file mode 100644 index 0000000..20abf44 --- /dev/null +++ b/arch/nt64/reloc.h @@ -0,0 +1,6 @@ +#define LDSO_ARCH "PE32+" + +static int remap_rel(int type) +{ + return 0; +} |