Remove pjutil::DynLibCallDllMain()

This commit is contained in:
Frank-74 2017-02-05 01:07:30 +00:00 committed by GitHub
parent 3f99504d7f
commit 79996b43e6
1 changed files with 0 additions and 6 deletions

View File

@ -122,12 +122,6 @@ bool CControl_Plugin::Initiate(CN64System * System, RenderWindow * Window)
m_Initialized = true;
}
}
#ifdef _WIN32
//jabo had a bug so I call CreateThread so his dllmain gets called again
pjutil::DynLibCallDllMain();
#endif
return m_Initialized;
}