VirtualBox

Changeset 96042 in vbox


Ignore:
Timestamp:
Aug 4, 2022 10:02:55 PM (2 years ago)
Author:
vboxsync
Message:

iprt/cdefs.h: RT_FORCE_NOCRT_WRAPPERS for overriding RT_WITHOUT_NOCRT_WRAPPERS. bugref:10261

File:
1 edited

Legend:

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

    r95419 r96042  
    20122012 * Same as RT_NOCRT only it'll return a double quoted string of the result.
    20132013 */
    2014 #ifndef RT_WITHOUT_NOCRT_WRAPPERS
     2014#if !defined(RT_WITHOUT_NOCRT_WRAPPERS) || defined(RT_FORCE_NOCRT_WRAPPERS)
    20152015# define RT_NOCRT(name) nocrt_ ## name
    20162016# define RT_NOCRT_STR(name) "nocrt_" # name
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