use correct return type
This commit is contained in:
parent
c913bbb589
commit
3a61953d5c
|
@ -207,7 +207,7 @@ extern "C" __declspec(dllexport) BOOL APIENTRY DllMain(HINSTANCE hinstDLL, DWORD
|
||||||
|
|
||||||
// Don't allow this to run more than once
|
// Don't allow this to run more than once
|
||||||
if (already_ran)
|
if (already_ran)
|
||||||
return 1;
|
return true;
|
||||||
|
|
||||||
already_ran = true;
|
already_ran = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue