Changeset 25926 in vbox
- Timestamp:
- Jan 20, 2010 11:36:41 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/stream.cpp
r25685 r25926 272 272 pStream->u32Magic = RTSTREAM_MAGIC; 273 273 pStream->i32Error = VINF_SUCCESS; 274 #ifndef HAVE_FWRITE_UNLOCKED 275 pStream->pCritSect = NULL; 276 #endif /* HAVE_FWRITE_UNLOCKED */ 274 277 pStream->pFile = fopen(pszFilename, pszMode); 275 278 if (pStream->pFile)
Note:
See TracChangeset
for help on using the changeset viewer.