FF Diff Viewer

Comparing 2006 Base SDK to Fortress Forever 2.46

public/tier0/platform.h

310311312313314315316
#else #define STDCALL #define FASTCALL #define FORCEINLINE __attribute__ ((always_inline)) // GCC 3.4.1 has a bug in supporting forced inline of templated functions // this macro lets us not force inlining in that case #define FORCEINLINE_TEMPLATE
310311312313314315316
#else #define STDCALL #define FASTCALL #define FORCEINLINE inline // |-- Mirv: Fixes Linux build, better overall. // GCC 3.4.1 has a bug in supporting forced inline of templated functions // this macro lets us not force inlining in that case #define FORCEINLINE_TEMPLATE