VirtualBox

Changeset 37012 in vbox for trunk/include/iprt


Ignore:
Timestamp:
May 9, 2011 12:04:12 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
71625
Message:

iprt/cdefs.h: DECL_NO_INLINE typo.

File:
1 edited

Legend:

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

    r36767 r37012  
    818818# define DECL_NO_INLINE(scope,type) __attribute__((noinline)) scope type
    819819#elif defined(_MSC_VER)
    820 # define DECL_NO_INLINE(scope,type) __declspec(noline) scope type
     820# define DECL_NO_INLINE(scope,type) __declspec(noinline) scope type
    821821#else
    822822# define DECL_NO_INLINE(scope,type) scope type
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette