- Remove some public APIs from internal headers.
[reactos.git] / reactos / w32api / include / ntdef.h
index 161267b..b3ca57a 100644 (file)
 #define NTAPI_INLINE
 #endif
 
+#ifndef DECLSPEC_NOINLINE
+#define DECLSPEC_NOINLINE  __declspec(noinline)
+#endif
+
 #define OBJ_INHERIT          0x00000002
 #define OBJ_PERMANENT        0x00000010
 #define OBJ_EXCLUSIVE        0x00000020