VirtualBox

Changeset 13847 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Nov 5, 2008 10:48:31 AM (16 years ago)
Author:
vboxsync
Message:

SharedClipboard (HostServices and Main): fixed a warning by devious means

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/HostServices/VBoxClipboardExt.h

    r8155 r13847  
    4545{
    4646    uint32_t   u32Format;
    47     void      *pvData;
     47    union
     48    {
     49        void       *pvData;
     50        void       (*pfnCallback)();
     51    } u;
    4852    uint32_t   cbData;
    4953} VBOXCLIPBOARDEXTPARMS;
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