Changeset 28918 in vbox for trunk/src/VBox/Runtime/include/internal
- Timestamp:
- Apr 29, 2010 6:30:09 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 60866
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/dir.h
r28917 r28918 75 75 /** Set to indicate that the Data member contains unread data. */ 76 76 bool fDataUnread; 77 #ifndef RT_DONT_CONVERT_FILENAMES78 77 /** Pointer to the converted filename. 79 78 * This can be NULL. */ … … 85 84 /** The length of the converted filename. */ 86 85 size_t cchName; 87 #endif88 86 89 87 #ifdef RT_OS_WINDOWS … … 92 90 /** Find data buffer. 93 91 * fDataUnread indicates valid data. */ 94 # ifdef RT_DONT_CONVERT_FILENAMES95 WIN32_FIND_DATAA Data;96 # else97 92 WIN32_FIND_DATAW Data; 98 # endif99 93 100 94 #else /* 'POSIX': */
Note:
See TracChangeset
for help on using the changeset viewer.