Skip to content

Commit 7a57e54

Browse files
committed
Jenova Runtime Update v0.3.9.0 Hotfix 4
- Removed `DllMain` from Static Build
1 parent 8a0bc3f commit 7a57e54

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Source/jenova.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
HINSTANCE jenovaRuntimeInstance = nullptr;
4242

4343
// Windows Entrypoint
44+
#ifndef JENOVA_STATIC_BUILD
4445
extern "C" BOOL WINAPI DllMain(HINSTANCE hinstDLL, ULONG fdwReason, LPVOID lpvReserved)
4546
{
4647
// Handle Events
@@ -57,6 +58,7 @@
5758
// All Good
5859
return TRUE;
5960
}
61+
#endif
6062

6163
#endif
6264

0 commit comments

Comments
 (0)