VirtualBox

Ignore:
Timestamp:
Apr 29, 2010 6:30:09 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60866
Message:

iprt: dropped RT_DONT_CONVERT_FILENAMES, we've never needed it so far...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/dir.h

    r28917 r28918  
    7575    /** Set to indicate that the Data member contains unread data. */
    7676    bool                fDataUnread;
    77 #ifndef RT_DONT_CONVERT_FILENAMES
    7877    /** Pointer to the converted filename.
    7978     * This can be NULL. */
     
    8584    /** The length of the converted filename. */
    8685    size_t              cchName;
    87 #endif
    8886
    8987#ifdef RT_OS_WINDOWS
     
    9290    /** Find data buffer.
    9391     * fDataUnread indicates valid data. */
    94 # ifdef RT_DONT_CONVERT_FILENAMES
    95     WIN32_FIND_DATAA    Data;
    96 # else
    9792    WIN32_FIND_DATAW    Data;
    98 # endif
    9993
    10094#else /* 'POSIX': */
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