Changeset 38736 in vbox for trunk/src/VBox/GuestHost
- Timestamp:
- Sep 13, 2011 1:58:47 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/HGSMI/HGSMICommon.cpp
r29798 r38736 1 /* $Id$ */ 1 2 /** @file 2 * 3 * VBox Host Guest Shared Memory Interface (HGSMI). 4 * HGSMI functions common for both host and guest. 3 * VBox Host Guest Shared Memory Interface (HGSMI) - Functions common to both host and guest. 5 4 */ 6 5 7 6 /* 8 * Copyright (C) 2006-20 09Oracle Corporation7 * Copyright (C) 2006-2011 Oracle Corporation 9 8 * 10 9 * This file is part of VirtualBox Open Source Edition (OSE), as … … 17 16 */ 18 17 18 #define LOG_DISABLED /* Maybe we can enabled it all the time now? */ 19 #define LOG_GROUP LOG_GROUP_HGSMI 19 20 #include <iprt/heap.h> 20 21 #include <iprt/string.h> 21 22 22 23 #include <VBox/HGSMI/HGSMI.h> 23 24 //#define LOG_GROUP LOG_GROUP_HGSMI 25 //#include <VBox/log.h> 26 #define Log(f) do{}while(0) 27 #define LogFlowFunc(f) do{}while(0) 28 #define LogFunc(f) do{}while(0) 24 #include <VBox/log.h> 29 25 30 26
Note:
See TracChangeset
for help on using the changeset viewer.