Index: /trunk/src/VBox/VMM/testcase/tstVMM.cpp
===================================================================
--- /trunk/src/VBox/VMM/testcase/tstVMM.cpp	(revision 68022)
+++ /trunk/src/VBox/VMM/testcase/tstVMM.cpp	(revision 68023)
@@ -38,6 +38,4 @@
 #include <iprt/thread.h>
 
-#include <iprt/win/windows.h>
-
 
 /*********************************************************************************************************************************
@@ -272,26 +270,4 @@
     }
 
-#if 1
-    HMODULE hmod;
-    //SetLastError(0);
-    //hmod = LoadLibraryW(L"c:\\tmp\\testdir\\nodot");
-    //RTPrintf("c:\\tmp\\testdir\\nodot -> %p %#x\n", hmod, GetLastError());
-    //
-    //SetLastError(0);
-    //hmod = LoadLibraryW(L"c:\\tmp\\testdir\\trailingdot.");
-    //RTPrintf("c:\\tmp\\testdir\\trailingdot. -> %p %#x\n", hmod, GetLastError());
-
-    RTPrintf("\n=======>\n");
-    SetLastError(0);
-    hmod = LoadLibraryW(L"\\\\localhost\\c\\tmp\\VBoxRes.dll");
-    RTPrintf("\\\\localhost\\c\\tmp\\VBoxRes.dll -> %p %#x\n", hmod, GetLastError());
-
-    RTPrintf("\n=======>\n");
-    SetLastError(0);
-    hmod = LoadLibraryW(L"\\\\?\\UNC\\localhost\\c\\tmp\\VBoxRes.dll");
-    RTPrintf("\\\\?\\UNC\\localhost\\c\\tmp\\VBoxRes.dll -> %p %#x\n", hmod, GetLastError());
-
-#else
-
     /*
      * Create the test VM.
@@ -398,5 +374,5 @@
     else
         RTTestFailed(hTest, "VMR3Create failed: rc=%Rrc\n", rc);
-#endif
+
     return RTTestSummaryAndDestroy(hTest);
 }
