Changeset 57622 in vbox for trunk/src/VBox/Runtime/r3/win
- Timestamp:
- Sep 4, 2015 10:20:30 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/fileio-win.cpp
r57621 r57622 852 852 else 853 853 { 854 int rc = RTLdrGetSystemSymbol("kernel32.dll", "VerifyConsoleIoHandle", (void **)&pfnVerifyConsoleIoHandle); 855 if (RT_SUCCESS(rc)) 856 s_pfnVerifyConsoleIoHandle = pfnVerifyConsoleIoHandle; 857 else 858 pfnVerifyConsoleIoHandle = NULL; 854 pfnVerifyConsoleIoHandle = (PFNVERIFYCONSOLEIOHANDLE)RTLdrGetSystemSymbol("kernel32.dll", "VerifyConsoleIoHandle"); 859 855 ASMAtomicWriteBool(&s_fInitialized, true); 860 856 }
Note:
See TracChangeset
for help on using the changeset viewer.