mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
set two blank functions as inline
This commit is contained in:
@@ -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
|
||||
|
||||
/***
|
||||
|
||||
Reference in New Issue
Block a user