Commit 31b3cbfb authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

wininet: Add a break to a switch statement.

parent 5cfe7db1
......@@ -293,6 +293,7 @@ BOOL WINAPI DllMain (HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
URLCacheContainers_CreateDefaults();
WININET_hModule = hinstDLL;
break;
case DLL_THREAD_ATTACH:
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment