Skip to content

Commit 9a8742e

Browse files
authored
Merge pull request #111 from JuliaLinearAlgebra/vs/windows
Fix windows compile issue
2 parents 918a7cc + c67f50d commit 9a8742e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libblastrampoline.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ LBT_DLLEXPORT int32_t lbt_forward(const char * libname, int32_t clear, int32_t v
401401
*/
402402
#ifdef _OS_WINDOWS_
403403
void * _win32_self_handle;
404-
BOOL APIENTRY DllMain(HINSTANCE hModule, DWORD code, void *) {
404+
BOOL APIENTRY DllMain(HINSTANCE hModule, DWORD code, void *reserved) {
405405
if (code == DLL_PROCESS_ATTACH) {
406406
_win32_self_handle = (void *)hModule;
407407
}

0 commit comments

Comments
 (0)