mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 18:24:02 +00:00
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:
parent
1740d9743d
commit
5c6d974c05
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ extern "C" {
|
||||||
#elif (_MSC_VER)
|
#elif (_MSC_VER)
|
||||||
#define FORCEINLINE __inline
|
#define FORCEINLINE __inline
|
||||||
#else
|
#else
|
||||||
#define FORCEINLINE static __inline
|
#define FORCEINLINE static __inline__ __attribute__((always_inline))
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue