VirtualBox

Changeset 69761 in vbox


Ignore:
Timestamp:
Nov 19, 2017 3:38:54 PM (7 years ago)
Author:
vboxsync
Message:

iprt/dir.h,iprt/types.h: Moved the RTDIR type to types.h

Location:
trunk/include/iprt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/dir.h

    r69759 r69761  
    212212RTDECL(int) RTDirFlushParent(const char *pszChild);
    213213
    214 
    215 /** Open directory handle. */
    216 typedef struct RTDIRINTERNAL *RTDIR;
    217 /** NIL open directory handle. */
    218 #define NIL_RTDIR ((RTDIR)0)
    219214
    220215
  • trunk/include/iprt/types.h

    r69105 r69761  
    21082108#define NIL_RTCRX509CERTPATHS                       0
    21092109
     2110/** Directory handle. */
     2111typedef struct RTDIRINTERNAL                       *RTDIR;
     2112/** Pointer to directory handle. */
     2113typedef RTDIR                                      *PRTDIR;
     2114/** NIL directory handle. */
     2115#define NIL_RTDIR                                   ((RTDIR)0)
     2116
    21102117/** File handle. */
    21112118typedef R3R0PTRTYPE(struct RTFILEINT RT_FAR *)      RTFILE;
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