- Timestamp:
- Nov 30, 2008 12:19:18 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/testcase/tstVD.cpp
r14303 r14817 20 20 */ 21 21 22 #include <VBox/VBoxHDD-new.h> 22 23 #include <VBox/err.h> 23 #include <VBox/VBoxHDD-new.h> 24 #include <VBox/log.h> 25 #include <iprt/asm.h> 24 26 #include <iprt/dir.h> 25 27 #include <iprt/string.h> … … 849 851 int main(int argc, char *argv[]) 850 852 { 853 RTR3Init(); 851 854 int rc; 852 855 … … 861 864 } 862 865 863 RTR3Init();864 866 RTPrintf("tstVD: TESTING...\n"); 865 867
Note:
See TracChangeset
for help on using the changeset viewer.