Changeset 21412 in vbox for trunk/include
- Timestamp:
- Jul 8, 2009 9:18:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r21227 r21412 38 38 #include <VBox/VMMDev2.h> 39 39 #include <VBox/VBoxGuest2.h> 40 #if 041 #include <VBox/VMMDev.h> /* Temporarily. */42 #endif43 40 44 41 … … 69 66 # define VBOXGUEST_DEVICE_NAME_DOS L"\\DosDevices\\VBoxGuest" 70 67 71 #elif defined(RT_OS_LINUX) && !defined(VBOX_WITH_COMMON_VBOXGUEST_ON_LINUX) 72 # define VBOXGUEST_DEVICE_NAME "/dev/vboxadd" 73 # define VBOXGUEST_USER_DEVICE_NAME "/dev/vboxuser" 74 75 #else /* PORTME */ 68 #else /* (PORTME) */ 76 69 # define VBOXGUEST_DEVICE_NAME "/dev/vboxguest" 77 70 # if defined(RT_OS_LINUX) … … 396 389 #endif /* !defined(IN_RC) && !defined(IN_RING0_AGNOSTIC) && !defined(IPRT_NO_CRT) */ 397 390 398 399 #if 0 /*def IN_RING3*/ 400 # include <VBox/VBoxGuestLib.h> /** @todo eliminate this. */ 401 #endif /* IN_RING3 */ 402 403 #endif 404 391 #endif 392
Note:
See TracChangeset
for help on using the changeset viewer.