Changeset 37596 in vbox for trunk/src/VBox/Runtime/include/internal
- Timestamp:
- Jun 22, 2011 7:30:06 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72442
- Location:
- trunk/src/VBox/Runtime/include/internal
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/file.h
r36597 r37596 42 42 * @internal 43 43 */ 44 int rtFileRecalcAndValidateFlags(uint 32_t *pfOpen);44 int rtFileRecalcAndValidateFlags(uint64_t *pfOpen); 45 45 46 46 -
trunk/src/VBox/Runtime/include/internal/rand.h
r36555 r37596 150 150 struct RTRandFile 151 151 { 152 /** The file handle . */153 RTFILEhFile;152 /** The file handle (native). */ 153 intptr_t hFile; 154 154 } File; 155 155 } u;
Note:
See TracChangeset
for help on using the changeset viewer.