Changeset 21211 in vbox for trunk/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp
- Timestamp:
- Jul 3, 2009 3:12:24 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/HGCMInternal.cpp
r15705 r21211 1 /* $Revision$ */ 1 2 /** @file 2 * 3 * VBoxGuestLib - A support library for VirtualBox guest additions: 4 * Host-Guest Communication Manager internal functions, implemented by VBoxGuest 3 * VBoxGuestLib - Host-Guest Communication Manager internal functions, implemented by VBoxGuest 5 4 */ 6 5 … … 24 23 #ifdef VBGL_VBOXGUEST 25 24 26 #include <VBox/VBoxGuestLib.h>27 25 #include "VBGLInternal.h" 28 26 #include <iprt/string.h> … … 454 452 455 453 #endif /* VBGL_VBOXGUEST */ 454
Note:
See TracChangeset
for help on using the changeset viewer.