Changeset 68023 in vbox
- Timestamp:
- Jul 18, 2017 1:20:27 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/testcase/tstVMM.cpp
r68022 r68023 38 38 #include <iprt/thread.h> 39 39 40 #include <iprt/win/windows.h>41 42 40 43 41 /********************************************************************************************************************************* … … 272 270 } 273 271 274 #if 1275 HMODULE hmod;276 //SetLastError(0);277 //hmod = LoadLibraryW(L"c:\\tmp\\testdir\\nodot");278 //RTPrintf("c:\\tmp\\testdir\\nodot -> %p %#x\n", hmod, GetLastError());279 //280 //SetLastError(0);281 //hmod = LoadLibraryW(L"c:\\tmp\\testdir\\trailingdot.");282 //RTPrintf("c:\\tmp\\testdir\\trailingdot. -> %p %#x\n", hmod, GetLastError());283 284 RTPrintf("\n=======>\n");285 SetLastError(0);286 hmod = LoadLibraryW(L"\\\\localhost\\c\\tmp\\VBoxRes.dll");287 RTPrintf("\\\\localhost\\c\\tmp\\VBoxRes.dll -> %p %#x\n", hmod, GetLastError());288 289 RTPrintf("\n=======>\n");290 SetLastError(0);291 hmod = LoadLibraryW(L"\\\\?\\UNC\\localhost\\c\\tmp\\VBoxRes.dll");292 RTPrintf("\\\\?\\UNC\\localhost\\c\\tmp\\VBoxRes.dll -> %p %#x\n", hmod, GetLastError());293 294 #else295 296 272 /* 297 273 * Create the test VM. … … 398 374 else 399 375 RTTestFailed(hTest, "VMR3Create failed: rc=%Rrc\n", rc); 400 #endif 376 401 377 return RTTestSummaryAndDestroy(hTest); 402 378 }
Note:
See TracChangeset
for help on using the changeset viewer.