VirtualBox

Changeset 105390 in vbox for trunk/include


Ignore:
Timestamp:
Jul 17, 2024 9:06:21 PM (7 months ago)
Author:
vboxsync
Message:

iprt/cdefs.h: s/WITH_IPRT_CALL_ATTRIBUTE/WITH_IPRT_CALLREQ_ATTRIBUTE/ bugref:10725

File:
1 edited

Legend:

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

    r105384 r105390  
    15211521 *                  va_list.
    15221522 */
    1523 #if defined(__GNUC__) && defined(WITH_IPRT_CALL_ATTRIBUTE)
     1523#if defined(__GNUC__) && defined(WITH_IPRT_CALLREQ_ATTRIBUTE)
    15241524# define RT_IPRT_CALLREQ_ATTR(a_iFn, a_iArgc, a_iArgs)   __attribute__((__iprt_callreq__(a_iFn, a_iArgc, a_iArgs)))
    15251525#else
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