Changeset 25528 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib
- Timestamp:
- Dec 20, 2009 11:24:59 PM (15 years ago)
- Location:
- trunk/src/VBox/Additions/common/VBoxGuestLib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp
r21211 r25528 56 56 57 57 #ifdef DUMPHEAP 58 # define VBGL_PH_dprintf(a) AssertMsg2a58 # define VBGL_PH_dprintf(a) RTAssertMsg2Weak a 59 59 #else 60 # define VBGL_PH_dprintf(a)60 # define VBGL_PH_dprintf(a) 61 61 #endif 62 62 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxCalls.c
r21511 r25528 25 25 #ifdef RT_OS_LINUX 26 26 # include "VBoxCalls.h" 27 # define DbgPrint AssertMsg227 # define DbgPrint RTAssertMsg2Weak 28 28 #else 29 29 # include "VBoxCalls.h"
Note:
See TracChangeset
for help on using the changeset viewer.