mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
[c,standard] use C99 inline
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#include <freerdp/log.h>
|
||||
#define TAG FREERDP_TAG("addin")
|
||||
|
||||
static INLINE BOOL is_path_required(LPCSTR path, size_t len)
|
||||
static inline BOOL is_path_required(LPCSTR path, size_t len)
|
||||
{
|
||||
if (!path || (len <= 1))
|
||||
return FALSE;
|
||||
|
||||
Reference in New Issue
Block a user