forgot obsolete parameter in C++ SDK header

This commit is contained in:
cypherpunk 2014-01-15 00:05:52 +01:00
parent 402a80bffb
commit 21ba78ee13
1 changed files with 1 additions and 1 deletions

View File

@ -1801,7 +1801,7 @@ protected:
{ {
return (const char*)UE::ImporterGetNearestAPIName(hProcess, APIAddress); return (const char*)UE::ImporterGetNearestAPIName(hProcess, APIAddress);
} }
static void AutoSearchIATEx(DWORD ProcessId, ULONG_PTR ImageBase, ULONG_PTR SearchStart, DWORD SearchSize, ULONG_PTR* pIATStart, ULONG_PTR* pIATSize) static void AutoSearchIATEx(DWORD ProcessId, ULONG_PTR ImageBase, ULONG_PTR SearchStart, ULONG_PTR* pIATStart, ULONG_PTR* pIATSize)
{ {
UE::ImporterAutoSearchIATEx(ProcessId, ImageBase, SearchStart, pIATStart, pIATSize); UE::ImporterAutoSearchIATEx(ProcessId, ImageBase, SearchStart, pIATStart, pIATSize);
} }