Added line that got left out when I tried to commit this the first time.

This commit is contained in:
Casey Muratori
2024-05-24 16:03:20 -07:00
committed by Ryan Fleury
parent 320a307e90
commit 1161c4adbb
+2
View File
@@ -197,6 +197,8 @@ os_init(void)
if (module != 0){
w32_VirtualAlloc2_func = (W32_VirtualAlloc2_Type*)GetProcAddress(module, "VirtualAlloc2");
w32_MapViewOfFile3_func = (W32_MapViewOfFile3_Type*)GetProcAddress(module, "MapViewOfFile3");
w32_SetThreadDescription_func = (W32_SetThreadDescription_Type*)GetProcAddress(module, "SetThreadDescription");
FreeLibrary(module);
}
}