VirtualBox

Changeset 80573 in vbox for trunk/src


Ignore:
Timestamp:
Sep 4, 2019 5:54:47 AM (5 years ago)
Author:
vboxsync
Message:

Main: bugref:9341: Fixed some scm errors

Location:
trunk/src/VBox
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/Common/PasswordInput.h

    r80569 r80573  
    1616 */
    1717
    18 #ifndef VBOX_INCLUDED_SRC_Common_PasswordFileImpl_h
    19 #define VBOX_INCLUDED_SRC_Common_PasswordFileImpl_h
     18#ifndef VBOX_INCLUDED_SRC_Common_PasswordInput_h
     19#define VBOX_INCLUDED_SRC_Common_PasswordInput_h
    2020#ifndef RT_WITHOUT_PRAGMA_ONCE
    2121# pragma once
     
    3232RTEXITCODE settingsPasswordFile(ComPtr<IVirtualBox> virtualBox, const char *pszFilename);
    3333
    34 #endif /* !VBOX_INCLUDED_SRC_VBoxAutostart_VBoxAutostart_h */
     34#endif /* !VBOX_INCLUDED_SRC_Common_PasswordInput_h */
  • trunk/src/VBox/Frontends/VBoxAutostart/Makefile.kmk

    r80569 r80573  
    3030        VBoxAutostart-win.cpp \
    3131        ../Common/PasswordInput.cpp
    32  VBoxAutostartSvc_LIBS.win += Secur32.lib       
     32 VBoxAutostartSvc_LIBS.win += Secur32.lib
    3333else
    3434 PROGRAMS += VBoxAutostart
  • trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostart-win.cpp

    r80569 r80573  
    488488    int vrc = autostartGetServiceName(pszUser, sServiceName);
    489489    if (!RT_FAILURE(vrc))
    490         return autostartSvcDisplayError("delete - DeleteService failed, service name for user %s can not be constructed.\n", 
     490        return autostartSvcDisplayError("delete - DeleteService failed, service name for user %s can not be constructed.\n",
    491491                                        pszUser);
    492492    /*
  • trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostart.h

    r80569 r80573  
    322322
    323323#endif /* !VBOX_INCLUDED_SRC_VBoxAutostart_VBoxAutostart_h */
    324 
  • trunk/src/VBox/Main/src-all/MachineLaunchVMCommonWorker.cpp

    r80569 r80573  
    127127        {
    128128            /** @todo r=bird: Broken escaping rule, how to end a variable with '\\'?
    129               * E.g. TMP=C:\TEMP\  */
     129              * E.g. TMP=C:\\TEMP\\  */
    130130            char const ch = *psz;
    131131            if (   (ch == '\n' && (psz == pszEnvMutable || psz[-1] != '\\'))
  • trunk/src/VBox/Main/src-server/MachineImpl.cpp

    r80569 r80573  
    74917491         * sessions and the caller in the interactive one.
    74927492         */
    7493         fUseVBoxSDS = false; 
     7493        fUseVBoxSDS = false;
    74947494
    74957495        /* Get windows session of the current process.  The process token used
     
    74977497           1. The token is absent for the current thread except someone set it
    74987498              for us.
    7499            2. Needs to get the id of the session where the process is started. 
     7499           2. Needs to get the id of the session where the process is started.
    75007500           We only need to do this once, though. */
    75017501        static DWORD s_idCurrentSession = ~(DWORD)0;
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