VirtualBox

Changeset 6569 in vbox for trunk


Ignore:
Timestamp:
Jan 29, 2008 3:19:27 PM (17 years ago)
Author:
vboxsync
Message:

Additions/X11: attempt to fix the XFree86 additions, second try

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3Lib.cpp

    r6568 r6569  
    4545# define XF86_O_RDWR  0x0002
    4646typedef void *pointer;
    47 extern int xf86open(const char*, int,...);
    48 extern int xf86close(int);
    49 extern int xf86ioctl(int, unsigned long, pointer);
     47extern "C" int xf86open(const char*, int,...);
     48extern "C" int xf86close(int);
     49extern "C" int xf86ioctl(int, unsigned long, pointer);
    5050#endif
    5151
Note: See TracChangeset for help on using the changeset viewer.

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