[c,standard] use C99 inline

This commit is contained in:
akallabeth
2025-09-22 12:19:02 +02:00
parent c0b1debb80
commit 74648eb3a9
75 changed files with 555 additions and 551 deletions

View File

@@ -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;