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:
@@ -6,7 +6,7 @@
|
||||
|
||||
static BOOL g_LZCNT = FALSE;
|
||||
|
||||
static INLINE UINT32 lzcnt_s(UINT32 x)
|
||||
static inline UINT32 lzcnt_s(UINT32 x)
|
||||
{
|
||||
if (!x)
|
||||
return 32;
|
||||
|
||||
Reference in New Issue
Block a user