[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

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