Changeset 8559 in vbox
- Timestamp:
- May 5, 2008 10:08:53 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 30473
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/include/iprt/file.h ¶
r8558 r8559 166 166 * @param uNative The native handle. 167 167 */ 168 RTR3DECL(int) RTFileFromNative(PRTFILE *pFile, RTHCINTPTR uNative);168 RTR3DECL(int) RTFileFromNative(PRTFILE pFile, RTHCINTPTR uNative); 169 169 170 170 /**
Note:
See TracChangeset
for help on using the changeset viewer.