VirtualBox

Ignore:
Timestamp:
Jul 31, 2007 3:32:06 PM (17 years ago)
Author:
vboxsync
Message:

Preparations for dealing with case sensitivity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.c

    r3725 r3944  
    200200    data.delimiter.u.value32          = RTPATH_DELIMITER;
    201201
     202    data.fCaseSensitive.type          = VMMDevHGCMParmType_32bit;
     203#if defined(RT_OS_WINDOWS) || defined(RT_OS_OS2)
     204    data.fCaseSensitive.u.value32     = 0;
     205#else
     206    data.fCaseSensitive.u.value32     = 1;
     207#endif
     208
    202209    rc = VbglHGCMCall (pClient->handle, &data.callInfo, sizeof (data));
    203210
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