Changeset 64237 in vbox for trunk/include/iprt/nt
- Timestamp:
- Oct 13, 2016 10:59:57 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/nt/nt.h
r64234 r64237 183 183 * Use ntifs.h and wdm.h. 184 184 */ 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 185 191 # pragma warning(push) 186 192 # ifdef RT_ARCH_X86
Note:
See TracChangeset
for help on using the changeset viewer.