DllMain switch fall-through?

Issue #12 resolved
deep zero created an issue

bool APIENTRY DllMain(HMODULE hModule, DWORD ul_reason_for_call, LPVOID lpReserved)

The switch case " case DLL_PROCESS_ATTACH:" does not have a break statement. Doesnt have any negative side effects as far as i can tell, but it should probably be added. If the fall-through is desired, please add a comment that says so.

Comments (1)

  1. Log in to comment