From 99b615ba75f24e48b713e9b23ae596d7ddf1c59b Mon Sep 17 00:00:00 2001 From: cnlohr Date: Tue, 14 Mar 2017 21:25:53 -0400 Subject: Handle autoregistration of startup functions. --- redist/symbol_enumerator.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'redist') diff --git a/redist/symbol_enumerator.c b/redist/symbol_enumerator.c index 756a1ca..eddddb9 100644 --- a/redist/symbol_enumerator.c +++ b/redist/symbol_enumerator.c @@ -87,8 +87,6 @@ int EnumerateSymbols( SymEnumeratorCallback cb ) #include #include -#include "elf_enum.h" - #ifndef __GNUC__ #define __int128_t long long long #endif @@ -240,4 +238,4 @@ int EnumerateSymbols( SymEnumeratorCallback cb ) -#endif \ No newline at end of file +#endif -- cgit v1.2.3