-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
link error i lost my mind #119
Comments
#ifndef WIN32_LEAN_AND_MEAN #include <Windows.h> #pragma comment(lib, "Shlwapi.lib") #define ERASE_ENTRY_POINT TRUE typedef struct {
} LoaderData; DWORD WINAPI loadLibrary(LoaderData* loaderData)
#if ERASE_ENTRY_POINT
} VOID stub(VOID) { } VOID waitOnModule(DWORD processId, PCWSTR moduleName)
} VOID killAnySteamProcess()
} INT WINAPI LoadLoaderXX()
} |
error LNK2001: unresolved external symbol "void __stdcall RtlZeroMemory(void *,unsigned long)" (?RtlZeroMemory@@YGXPAXK@Z)
The text was updated successfully, but these errors were encountered: