Changeset 24287 in vbox for trunk/src/VBox/Additions/common/VBoxGuest
- Timestamp:
- Nov 3, 2009 12:34:11 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54273
- Location:
- trunk/src/VBox/Additions/common/VBoxGuest
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/Makefile.kmk
r23452 r24287 24 24 25 25 26 if1of ($(KBUILD_TARGET), \ 27 freebsd \ 28 $(if $(defined VBOX_WITH_OS2_ADDITIONS),os2,) \ 29 $(if $(defined VBOX_WITH_ADDITION_DRIVERS),linux,) \ 30 solaris) 26 if1of ($(KBUILD_TARGET), freebsd $(if $(defined VBOX_WITH_ADDITION_DRIVERS),linux,) os2 solaris) 31 27 # 32 28 # VBoxGuest - The Guest Additions Driver (mixed case). -
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp
r21376 r24287 651 651 652 652 653 void VBoxGuestNativeISRMousePollEvent(PVBOXGUESTDEVEXT pDevExt) 654 { 655 /* No polling on OS/2 */ 656 NOREF(pDevExt); 657 } 658 659 653 660 #ifdef DEBUG_READ /** @todo figure out this one once and for all... */ 654 661
Note:
See TracChangeset
for help on using the changeset viewer.