VirtualBox

Changeset 68023 in vbox


Ignore:
Timestamp:
Jul 18, 2017 1:20:27 PM (8 years ago)
Author:
vboxsync
Message:

Backed out accidental tstVMM change in previous commit.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/testcase/tstVMM.cpp

    r68022 r68023  
    3838#include <iprt/thread.h>
    3939
    40 #include <iprt/win/windows.h>
    41 
    4240
    4341/*********************************************************************************************************************************
     
    272270    }
    273271
    274 #if 1
    275     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 #else
    295 
    296272    /*
    297273     * Create the test VM.
     
    398374    else
    399375        RTTestFailed(hTest, "VMR3Create failed: rc=%Rrc\n", rc);
    400 #endif
     376
    401377    return RTTestSummaryAndDestroy(hTest);
    402378}
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette