VirtualBox

Changeset 63413 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Aug 13, 2016 3:59:46 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
110059
Message:

iprt/cdefs.h: Changed RTCALL to use cdecl (and regparm) in the GCC/x86 case to avoid the wine/windef.h redefinition of cdecl that reders it useless.

File:
1 edited

Legend:

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

    r63247 r63413  
    11651165# define RTCALL                 __cdecl
    11661166#elif defined(__GNUC__) && defined(RT_ARCH_X86)
    1167 # define RTCALL                 __attribute__((cdecl,regparm(0)))
     1167# define RTCALL                 __attribute__((__cdecl__,__regparm__(0)))
    11681168#else
    11691169# define RTCALL
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