diff options
Diffstat (limited to 'plugins/UserInfoEx/src/svc_constants.cpp')
-rw-r--r-- | plugins/UserInfoEx/src/svc_constants.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserInfoEx/src/svc_constants.cpp b/plugins/UserInfoEx/src/svc_constants.cpp index f91faadd8e..7a2caa562d 100644 --- a/plugins/UserInfoEx/src/svc_constants.cpp +++ b/plugins/UserInfoEx/src/svc_constants.cpp @@ -398,7 +398,7 @@ void SvcConstantsLoadModule(void) GetNamePrefixList(&nListSize, &pList);
}
-static void FORCEINLINE SvcConstantsClearList(UINT pnListSize, LPIDSTRLIST pList)
+static void __forceinline SvcConstantsClearList(UINT pnListSize, LPIDSTRLIST pList)
{
if (pList)
for (UINT i = 0; i < pnListSize; i++)
|