VirtualBox

Changeset 64237 in vbox for trunk/include/iprt/nt


Ignore:
Timestamp:
Oct 13, 2016 10:59:57 AM (8 years ago)
Author:
vboxsync
Message:

iprt/nt/nt.h: Override FORCEINLINE to avoid duplicate symbol trouble with KeInitializeSpinLock when linking VBoxVideoW8.

File:
1 edited

Legend:

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

    r64234 r64237  
    183183 * Use ntifs.h and wdm.h.
    184184 */
     185# if _MSC_VER >= 1200 /* Fix/workaround for KeInitializeSpinLock visibility issue on AMD64. */
     186#  define FORCEINLINE static __forceinline
     187# else
     188#  define FORCEINLINE static __inline
     189# endif
     190
    185191# pragma warning(push)
    186192# ifdef RT_ARCH_X86
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