Changeset 69761 in vbox
- Timestamp:
- Nov 19, 2017 3:38:54 PM (7 years ago)
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/dir.h
r69759 r69761 212 212 RTDECL(int) RTDirFlushParent(const char *pszChild); 213 213 214 215 /** Open directory handle. */216 typedef struct RTDIRINTERNAL *RTDIR;217 /** NIL open directory handle. */218 #define NIL_RTDIR ((RTDIR)0)219 214 220 215 -
trunk/include/iprt/types.h
r69105 r69761 2108 2108 #define NIL_RTCRX509CERTPATHS 0 2109 2109 2110 /** Directory handle. */ 2111 typedef struct RTDIRINTERNAL *RTDIR; 2112 /** Pointer to directory handle. */ 2113 typedef RTDIR *PRTDIR; 2114 /** NIL directory handle. */ 2115 #define NIL_RTDIR ((RTDIR)0) 2116 2110 2117 /** File handle. */ 2111 2118 typedef R3R0PTRTYPE(struct RTFILEINT RT_FAR *) RTFILE;
Note:
See TracChangeset
for help on using the changeset viewer.