set two blank functions as inline

This commit is contained in:
Mitchell Livingston 2009-11-28 22:29:41 +00:00
parent ec73af134a
commit 87823ba99c
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ static tr_msg_list ** messageQueueTail = &messageQueue;
#ifndef WIN32
/* make null versions of these win32 functions */
static int IsDebuggerPresent( void ) { return FALSE; }
static void OutputDebugString( const void * unused UNUSED ) { }
static TR_INLINE int IsDebuggerPresent( void ) { return FALSE; }
static TR_INLINE void OutputDebugString( const void * unused UNUSED ) { }
#endif
/***