VirtualBox

Changeset 85122 in vbox


Ignore:
Timestamp:
Jul 8, 2020 7:39:54 PM (4 years ago)
Author:
vboxsync
Message:

VBoxVidoeIPRT.h: Fix. bugref:9794

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/cdefs.h

    r85121 r85122  
    15781578 * @param   args    The argument list enclosed in parentheses.
    15791579 * @note    DECL_NOTHROW is implied, but not supported by all compilers yet.
    1580  * @note    Will be renamed to DECLCALLBACKMEMBER.
    15811580 */
    15821581#define DECLCALLBACKMEMBER(type, name, args)   DECLCALLBACKMEMBER_EX(type, RT_FAR_CODE RTCALL, name, args)
  • trunk/src/VBox/Additions/x11/vboxvideo/VBoxVideoIPRT.h

    r85121 r85122  
    111111#define DECLCALLBACK(type) type
    112112#define DECLCALLBACKTYPE(type, name, args) type name args
    113 #define DECLCALLBACKMEMB32(type, name, args) type (* name) args
     113#define DECLCALLBACKMEMBER(type, name, args) type (* name) args
    114114#if __GNUC__ >= 4
    115115# define DECLHIDDEN(type) __attribute__((visibility("hidden"))) type
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