Changeset 19361 in vbox for trunk/src/VBox/Additions/common/VBoxService
- Timestamp:
- May 5, 2009 10:19:25 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46858
- Location:
- trunk/src/VBox/Additions/common/VBoxService
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/Makefile.kmk
r19352 r19361 35 35 VBoxService_DEFS.os2 = VBOX_WITH_HGCM VBOXSERVICE_CLIPBOARD 36 36 ifdef VBOX_WITH_GUEST_PROPS 37 VBoxService_DEFS .win+= VBOX_WITH_GUEST_PROPS VBOXSERVICE_VMINFO37 VBoxService_DEFS += VBOX_WITH_GUEST_PROPS VBOXSERVICE_VMINFO 38 38 endif 39 39 VBoxService_SOURCES = \ -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceInternal.h
r19353 r19361 23 23 #define ___VBoxServiceInternal_h 24 24 25 #include <stdio.h> 25 26 #ifdef RT_OS_WINDOWS 26 27 # include <Windows.h>
Note:
See TracChangeset
for help on using the changeset viewer.