Changeset 35393 in vbox for trunk/src/VBox/Additions/common/VBoxVideo
- Timestamp:
- Jan 3, 2011 8:14:27 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 69255
- Location:
- trunk/src/VBox/Additions/common/VBoxVideo
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp
r35118 r35393 25 25 #include <iprt/asm.h> 26 26 #include <iprt/log.h> 27 28 #include <string.h> 27 #include <iprt/string.h> 29 28 30 29 /** Send completion notification to the host for the command located at offset -
trunk/src/VBox/Additions/common/VBoxVideo/VBVABase.cpp
r35292 r35393 22 22 #include <VBox/log.h> 23 23 #include <iprt/assert.h> 24 25 #include <string.h> 24 #include <iprt/string.h> 26 25 27 26 /*
Note:
See TracChangeset
for help on using the changeset viewer.