mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-09 11:01:37 -07:00
Added line that got left out when I tried to commit this the first time.
This commit is contained in:
committed by
Ryan Fleury
parent
320a307e90
commit
1161c4adbb
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user