Changeset 96042 in vbox
- Timestamp:
- Aug 4, 2022 10:02:55 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cdefs.h
r95419 r96042 2012 2012 * Same as RT_NOCRT only it'll return a double quoted string of the result. 2013 2013 */ 2014 #if ndef RT_WITHOUT_NOCRT_WRAPPERS2014 #if !defined(RT_WITHOUT_NOCRT_WRAPPERS) || defined(RT_FORCE_NOCRT_WRAPPERS) 2015 2015 # define RT_NOCRT(name) nocrt_ ## name 2016 2016 # define RT_NOCRT_STR(name) "nocrt_" # name
Note:
See TracChangeset
for help on using the changeset viewer.