diff --git a/hooklib/dll.h b/hooklib/dll.h index c1cbbd4..b582b71 100644 --- a/hooklib/dll.h +++ b/hooklib/dll.h @@ -5,12 +5,6 @@ #include "hook/table.h" -struct dll_symbol { - void *ptr; - const char *name; - uint16_t ordinal; -}; - HRESULT dll_hook_push( HMODULE redir_mod, const wchar_t *name,