Changeset 437 in vbox for trunk/src/VBox/Main
- Timestamp:
- Jan 30, 2007 3:43:16 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstAPI.cpp
r1 r437 33 33 using namespace com; 34 34 35 #include <iprt/runtime.h>36 #include <iprt/stream.h>37 38 35 #define LOG_ENABLED 39 36 #define LOG_GROUP LOG_GROUP_MAIN 40 37 #define LOG_INSTANCE NULL 41 38 #include <VBox/log.h> 39 40 #include <iprt/runtime.h> 41 #include <iprt/stream.h> 42 42 43 43 #define printf RTPrintf
Note:
See TracChangeset
for help on using the changeset viewer.