assorted little nits
[p5sagit/p5-mst-13.2.git] / win32 / perllib.c
index 1b8516c..9ccf5a0 100644 (file)
@@ -404,7 +404,7 @@ DllMain(HANDLE hModule,             /* DLL module handle */
        _fmode = O_BINARY;
 #endif
        g_TlsAllocIndex = TlsAlloc();
-       DisableThreadLibraryCalls(hModule);
+       DisableThreadLibraryCalls((HMODULE)hModule);
        w32_perldll_handle = hModule;
        break;