Changeset 37045 in vbox
- Timestamp:
- May 12, 2011 9:27:45 AM (14 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Storage/VD.cpp
r36633 r37045 20 20 *******************************************************************************/ 21 21 #define LOG_GROUP LOG_GROUP_VD 22 #define RT_STRICT 22 23 #include <VBox/vd.h> 23 24 #include <VBox/err.h> -
trunk/src/VBox/VMM/VMMR3/PDMAsyncCompletionFile.cpp
r36799 r37045 21 21 *******************************************************************************/ 22 22 #define LOG_GROUP LOG_GROUP_PDM_ASYNC_COMPLETION 23 #define RT_STRICT 23 24 #include "PDMInternal.h" 24 25 #include <VBox/vmm/pdm.h> -
trunk/src/VBox/VMM/VMMR3/PDMAsyncCompletionFileNormal.cpp
r36001 r37045 17 17 */ 18 18 #define LOG_GROUP LOG_GROUP_PDM_ASYNC_COMPLETION 19 #define RT_STRICT 19 20 #include <iprt/types.h> 20 21 #include <iprt/asm.h>
Note:
See TracChangeset
for help on using the changeset viewer.