FORCEINLINE is a lot more...forcefull... now ;-). Previous version didn't always...
[reactos.git] / reactos / include / psdk / winnt.h
index 3776b67..715e83f 100644 (file)
@@ -84,7 +84,7 @@ extern "C" {
 #elif (_MSC_VER)
 #define FORCEINLINE __inline
 #else
-#define FORCEINLINE static __inline
+#define FORCEINLINE static __inline__ __attribute__((always_inline))
 #endif
 #endif