mirror of
https://github.com/Simplxss/SignerServer.git
synced 2024-11-21 00:37:53 +08:00
linux entry
This commit is contained in:
parent
33c210b7e0
commit
d170484afe
@ -63,7 +63,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpReserved)
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
#elif defined(_MAC_PLATFORM_) || defined(_LINUX_PLATFORM_)
|
#elif defined(_MAC_PLATFORM_) || defined(_LINUX_PLATFORM_)
|
||||||
int main()
|
void __attribute__((constructor)) my_init(void)
|
||||||
{
|
{
|
||||||
init();
|
init();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user