I hate melo
This commit is contained in:
parent
02fbbc0cec
commit
bdb3968fed
|
|
@ -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
|
||||
Loading…
Reference in New Issue