Changeset 37012 in vbox for trunk/include/iprt
- Timestamp:
- May 9, 2011 12:04:12 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 71625
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cdefs.h
r36767 r37012 818 818 # define DECL_NO_INLINE(scope,type) __attribute__((noinline)) scope type 819 819 #elif defined(_MSC_VER) 820 # define DECL_NO_INLINE(scope,type) __declspec(no line) scope type820 # define DECL_NO_INLINE(scope,type) __declspec(noinline) scope type 821 821 #else 822 822 # define DECL_NO_INLINE(scope,type) scope type
Note:
See TracChangeset
for help on using the changeset viewer.