VirtualBox

Ignore:
Timestamp:
Nov 3, 2009 12:34:11 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
54273
Message:

Made the common parts of the OS/2 additions build again.

Location:
trunk/src/VBox/Additions/common/VBoxGuest
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/Makefile.kmk

    r23452 r24287  
    2424
    2525
    26 if1of ($(KBUILD_TARGET), \
    27         freebsd \
    28         $(if $(defined VBOX_WITH_OS2_ADDITIONS),os2,) \
    29         $(if $(defined VBOX_WITH_ADDITION_DRIVERS),linux,) \
    30         solaris)
     26if1of ($(KBUILD_TARGET), freebsd $(if $(defined VBOX_WITH_ADDITION_DRIVERS),linux,) os2 solaris)
    3127 #
    3228 # VBoxGuest - The Guest Additions Driver (mixed case).
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-os2.cpp

    r21376 r24287  
    651651
    652652
     653void VBoxGuestNativeISRMousePollEvent(PVBOXGUESTDEVEXT pDevExt)
     654{
     655    /* No polling on OS/2 */
     656    NOREF(pDevExt);
     657}
     658
     659
    653660#ifdef DEBUG_READ /** @todo figure out this one once and for all... */
    654661
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette