VirtualBox

Changeset 44300 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Jan 15, 2013 4:20:58 PM (12 years ago)
Author:
vboxsync
Message:

Windows build fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/zip/tarcmd.cpp

    r44299 r44300  
    645645#endif
    646646
     647#if !defined(RT_OS_WINDOWS) /** @todo implement RTPathSetMode on windows... */
    647648    if (!RTFS_IS_SYMLINK(UnixInfo.Attr.fMode)) /* RTPathSetMode follows symbolic links atm. */
    648649    {
     
    656657            rcExit = RTMsgErrorExit(RTEXITCODE_FAILURE, "%s: Error changing mode: %Rrc", szDst, rc);
    657658    }
     659#endif
    658660
    659661    return rcExit;
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