VirtualBox

Ignore:
Timestamp:
Apr 18, 2020 1:25:05 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
137320
Message:

Main: VC++ 14.1 adjustments. bugref:8489

Location:
trunk/src/VBox/Main/src-server/win
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-server/win/HostDnsServiceWin.cpp

    r82968 r83794  
    3838
    3939#include <algorithm>
    40 #include <sstream>
    41 #include <string>
     40#include <iprt/sanitized/sstream>
     41#include <iprt/sanitized/string>
    4242#include <vector>
    4343
  • trunk/src/VBox/Main/src-server/win/NetIf-win.cpp

    r82968 r83794  
    19101910    {
    19111911        std::list<BoundAdapter> boundAdapters;
    1912         HRESULT hr = netIfGetBoundAdapters(boundAdapters);
     1912        hr = netIfGetBoundAdapters(boundAdapters);
    19131913#if 0
    19141914        if (hr != S_OK)
  • trunk/src/VBox/Main/src-server/win/svcmain.cpp

    r82968 r83794  
    185185    if (hEventShutdown == NULL)
    186186        return false;
    187     DWORD dwThreadID;
    188     HANDLE h = CreateThread(NULL, 0, MonitorProc, this, 0, &dwThreadID);
     187    DWORD idThreadIgnored;
     188    HANDLE h = CreateThread(NULL, 0, MonitorProc, this, 0, &idThreadIgnored);
    189189    return (h != NULL);
    190190}
     
    240240
    241241private:
    242     HRESULT VirtualBoxClassFactory::i_registerWithSds(IUnknown **ppOtherVirtualBox);
    243     void    VirtualBoxClassFactory::i_deregisterWithSds(void);
     242    HRESULT i_registerWithSds(IUnknown **ppOtherVirtualBox);
     243    void    i_deregisterWithSds(void);
    244244
    245245    friend VBoxSVCRegistration;
Note: See TracChangeset for help on using the changeset viewer.

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