Changeset 37596 in vbox for trunk/src/VBox/Runtime/common/misc/RTFileOpenV.cpp
- Timestamp:
- Jun 22, 2011 7:30:06 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/misc/RTFileOpenV.cpp
r28800 r37596 37 37 38 38 39 RTR3DECL(int) RTFileOpenV(PRTFILE pFile, uint 32_t fOpen, const char *pszFilenameFmt, va_list va)39 RTR3DECL(int) RTFileOpenV(PRTFILE pFile, uint64_t fOpen, const char *pszFilenameFmt, va_list va) 40 40 { 41 41 char szFilename[RTPATH_MAX];
Note:
See TracChangeset
for help on using the changeset viewer.