Changeset 95875 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jul 27, 2022 8:02:12 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/VBoxGINA/testcase/tstVBoxGINA.cpp
r95874 r95875 35 35 36 36 FARPROC pfnDebug = GetProcAddress(hMod, "VBoxGINADebug"); 37 if ( !pfnDebug)37 if (pfnDebug) 38 38 { 39 39 RTPrintf("Calling VBoxGINA ...\n");
Note:
See TracChangeset
for help on using the changeset viewer.