Changeset 54455 in vbox for trunk/include
- Timestamp:
- Feb 24, 2015 3:18:33 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 98559
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cdefs.h
r52565 r54455 1159 1159 */ 1160 1160 #ifdef __GNUC__ 1161 # define DECL_NO_INLINE(scope,type) __attribute__(( noinline)) scope type1161 # define DECL_NO_INLINE(scope,type) __attribute__((__noinline__)) scope type 1162 1162 #elif defined(_MSC_VER) 1163 1163 # define DECL_NO_INLINE(scope,type) __declspec(noinline) scope type
Note:
See TracChangeset
for help on using the changeset viewer.