Changeset 89827 in vbox for trunk/src/VBox/Runtime/r3/win/init-win.cpp
- Timestamp:
- Jun 22, 2021 9:01:04 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/init-win.cpp
r85124 r89827 77 77 /** SystemTimeToTzSpecificLocalTime. */ 78 78 DECL_HIDDEN_DATA(decltype(SystemTimeToTzSpecificLocalTime) *) g_pfnSystemTimeToTzSpecificLocalTime = NULL; 79 /** CreateWaitableTimerEx . */ 80 DECL_HIDDEN_DATA(PFNCREATEWAITABLETIMEREX) g_pfnCreateWaitableTimerExW = NULL; 79 81 80 82 /** The native ntdll.dll handle. */ … … 513 515 g_pfnGetSystemWindowsDirectoryW = (PFNGETWINSYSDIR)GetProcAddress(g_hModKernel32, "GetWindowsDirectoryW"); 514 516 g_pfnSystemTimeToTzSpecificLocalTime = (decltype(SystemTimeToTzSpecificLocalTime) *)GetProcAddress(g_hModKernel32, "SystemTimeToTzSpecificLocalTime"); 517 g_pfnCreateWaitableTimerExW = (PFNCREATEWAITABLETIMEREX)GetProcAddress(g_hModKernel32, "CreateWaitableTimerExW"); 515 518 516 519 /*
Note:
See TracChangeset
for help on using the changeset viewer.