Changeset 39626 in vbox for trunk/src/VBox/Runtime/r3/win/dir-win.cpp
- Timestamp:
- Dec 15, 2011 11:33:47 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/win/dir-win.cpp
r39612 r39626 130 130 131 131 132 int rtDirNativeOpen(PRTDIR pDir, char *pszPathBuf )132 int rtDirNativeOpen(PRTDIR pDir, char *pszPathBuf, uint32_t fOpen) 133 133 { 134 134 /*
Note:
See TracChangeset
for help on using the changeset viewer.