VirtualBox

Changeset 93155 in vbox for trunk/src/VBox/Additions/os2


Ignore:
Timestamp:
Jan 9, 2022 1:02:41 PM (3 years ago)
Author:
vboxsync
Message:

Add/os2: doxygen fixes for the installer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/os2/VBoxOs2AdditionsInstall.cpp

    r93145 r93155  
    771771
    772772
    773 /** Adds DEVICE=[path]\VBoxGuest.sys to the modified Config.sys. */
     773/** Adds DEVICE=[path]\\VBoxGuest.sys to the modified Config.sys. */
    774774static bool ConfigSysAddVBoxGuest(void)
    775775{
     
    781781
    782782
    783 /** Adds IFS=[path]\VBoxFS.IFS to the modified Config.sys. */
     783/** Adds IFS=[path]\\VBoxSF.IFS to the modified Config.sys. */
    784784static bool ConfigSysAddVBoxSF(void)
    785785{
     
    791791
    792792
    793 /** Adds DEVICE=[path]\VBoxMouse.sys to the modified Config.sys. */
     793/** Adds DEVICE=[path]\\VBoxMouse.sys to the modified Config.sys. */
    794794static bool ConfigSysAddVBoxMouse(void)
    795795{
     
    10731073                /* Remove old VBoxSF.IFS lines */
    10741074                else if (   !(g_fSkipMask & SKIP_SHARED_FOLDERS)
    1075                          && (   MatchOnlyFilename(pchLine, off, cchLine, RT_STR_TUPLE("VBOXFS.IFS"))
    1076                              || MatchOnlyFilename(pchLine, off, cchLine, RT_STR_TUPLE("VBOXSF.IFS")) ) )
     1075                         && (   MatchOnlyFilename(pchLine, off, cchLine, RT_STR_TUPLE("VBOXSF.IFS"))
     1076                             || MatchOnlyFilename(pchLine, off, cchLine, RT_STR_TUPLE("VBOXFS.IFS")) ) )
    10771077                {
    10781078                    if (g_fVerbose)
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