I hate melo

This commit is contained in:
carrot 2022-08-12 20:23:33 -07:00
parent 02fbbc0cec
commit bdb3968fed
No known key found for this signature in database
GPG Key ID: 58D6EDC2C38C9B3B
1 changed files with 5 additions and 3 deletions

View File

@ -50,8 +50,6 @@ ADD_PATCH(ServerReplicator__processTicket, ServerReplicator__processTicket_hook)
END_PATCH_LIST()
void __declspec(dllexport) import() {}
BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved)
{
if (ul_reason_for_call == DLL_PROCESS_ATTACH)
@ -96,4 +94,8 @@ BOOL APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserv
}
return TRUE;
}
}
#ifdef SERVER
void __declspec(dllexport) melo() {}
#endif