1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-03 13:03:50 +00:00

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

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
/***