mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(trunk libT) replace the TR_INLINE macro with the standard "inline" keyword, since we require inline functions anyway
This commit is contained in:
@@ -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
|
||||
|
||||
/***
|
||||
|
||||
Reference in New Issue
Block a user