Index: /trunk/include/iprt/cdefs.h
===================================================================
--- /trunk/include/iprt/cdefs.h	(revision 37011)
+++ /trunk/include/iprt/cdefs.h	(revision 37012)
@@ -818,5 +818,5 @@
 # define DECL_NO_INLINE(scope,type) __attribute__((noinline)) scope type
 #elif defined(_MSC_VER)
-# define DECL_NO_INLINE(scope,type) __declspec(noline) scope type
+# define DECL_NO_INLINE(scope,type) __declspec(noinline) scope type
 #else
 # define DECL_NO_INLINE(scope,type) scope type
