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:
parent
ec73af134a
commit
87823ba99c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
/***
|
||||
|
|
Loading…
Reference in a new issue