FORCEINLINE is a lot more...forcefull... now ;-). Previous version didn't always inline as requested.

svn path=/trunk/; revision=32306
This commit is contained in:
ReactOS Portable Systems Group 2008-02-11 22:13:35 +00:00
parent 1740d9743d
commit 5c6d974c05

View 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