2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

Fix MaxPlasmaLights for max 2012

closes #97
This commit is contained in:
branan
2011-11-02 23:13:00 -07:00
parent 220c05e825
commit 4e24d9d927

View File

@ -80,7 +80,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL,ULONG fdwReason,LPVOID lpvReserved)
__declspec(dllexport) const TCHAR* LibDescription()
{
return NULL;
return TEXT("MaxPlasmaLights");
}
__declspec(dllexport) int LibNumberClasses()