From 235784b46f47411b73d383c4fb462c3ffac323a4 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Thu, 25 Mar 2021 20:56:45 +0100 Subject: Added wrapped libfontconfig and libfreetype, plus some elfloader/tls bugfix --- src/include/elfloader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/elfloader.h b/src/include/elfloader.h index a4d2cb6b..241c25e7 100755 --- a/src/include/elfloader.h +++ b/src/include/elfloader.h @@ -45,7 +45,7 @@ const char* FindNearestSymbolName(elfheader_t* h, void* p, uintptr_t* start, uin int32_t GetTLSBase(elfheader_t* h); uint32_t GetTLSSize(elfheader_t* h); void* GetTLSPointer(box64context_t* context, elfheader_t* h); -void* GetDTatOffset(box64context_t* context, int index, int offset); +void* GetDTatOffset(box64context_t* context, unsigned long int index, unsigned long int offset); #ifdef DYNAREC dynablocklist_t* GetDynablocksFromAddress(box64context_t *context, uintptr_t addr); dynablocklist_t* GetDynablocksFromElf(elfheader_t* h); -- cgit 1.4.1