VirtualBox

Changeset 35695 in vbox for trunk


Ignore:
Timestamp:
Jan 24, 2011 6:03:19 PM (14 years ago)
Author:
vboxsync
Message:

FE/Qt4-OSX: make it compile on OSX

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.h

    r35686 r35695  
    3232class QMenuBar;
    3333#ifdef VBOX_GUI_WITH_KEYS_RESET_HANDLER
     34# ifdef Q_WS_MAC
     35struct __siginfo;
     36typedef struct __siginfo siginfo_t;
     37# else /* Q_WS_MAC */
    3438struct siginfo;
    3539typedef struct siginfo siginfo_t;
     40# endif /* !Q_WS_MAC */
    3641#endif /* VBOX_GUI_WITH_KEYS_RESET_HANDLER */
    3742
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