(trunk libT) replace the TR_INLINE macro with the standard "inline" keyword, since we require inline functions anyway

This commit is contained in:
Charles Kerr
2010-01-01 22:26:35 +00:00
parent 21bd268aa9
commit 6b8fb48d64
18 changed files with 109 additions and 109 deletions

View File

@@ -54,8 +54,8 @@ static int messageQueueCount = 0;
#ifndef WIN32
/* make null versions of these win32 functions */
static TR_INLINE int IsDebuggerPresent( void ) { return FALSE; }
static TR_INLINE void OutputDebugString( const void * unused UNUSED ) { }
static inline int IsDebuggerPresent( void ) { return FALSE; }
static inline void OutputDebugString( const void * unused UNUSED ) { }
#endif
/***