Changeset 42197 in vbox
- Timestamp:
- Jul 18, 2012 6:37:03 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/testcase/tstGuestCtrlParseBuffer.cpp
r40205 r42197 18 18 */ 19 19 20 #include <stdio.h>21 #include <stdlib.h>22 23 #include "../include/GuestCtrlImplPrivate.h"24 25 using namespace com;26 27 20 #define LOG_ENABLED 28 21 #define LOG_GROUP LOG_GROUP_MAIN 29 22 #define LOG_INSTANCE NULL 30 23 #include <VBox/log.h> 24 25 #include "../include/GuestCtrlImplPrivate.h" 26 27 using namespace com; 31 28 32 29 #include <iprt/env.h>
Note:
See TracChangeset
for help on using the changeset viewer.