VirtualBox

Ignore:
Timestamp:
Nov 10, 2008 11:05:44 PM (16 years ago)
Author:
vboxsync
Message:

IPRT: internal/dir.h: some unsigned -> size_t to keep MSC silent.

File:
1 edited

Legend:

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

    r9355 r14059  
    7070    const char         *pszFilter;
    7171    /** The length of the filter string. */
    72     unsigned            cchFilter;
     72    size_t              cchFilter;
    7373    /** Normalized path to the directory including a trailing slash.
    7474     * We keep this around so we can query more information if required (posix).
     
    7676    const char         *pszPath;
    7777    /** The length of the path. */
    78     unsigned            cchPath;
     78    size_t              cchPath;
    7979    /** Set to indicate that the Data member contains unread data. */
    8080    bool                fDataUnread;
     
    8484    char               *pszName;
    8585    /** The length of the converted filename. */
    86     unsigned            cchName;
     86    size_t              cchName;
    8787#endif
    8888
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