Remove pjutil::DynLibCallDllMain()
This commit is contained in:
parent
3f99504d7f
commit
79996b43e6
|
@ -122,12 +122,6 @@ bool CControl_Plugin::Initiate(CN64System * System, RenderWindow * Window)
|
||||||
m_Initialized = true;
|
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;
|
return m_Initialized;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue