From ca03f65a5d7e752849f3282fbba9a3c3b0b12477 Mon Sep 17 00:00:00 2001 From: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> Date: Fri, 20 Aug 2021 17:54:03 -0700 Subject: [PATCH] Code/Legacy/CryCommon Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com> --- Code/Legacy/CryCommon/CryLibrary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Legacy/CryCommon/CryLibrary.h b/Code/Legacy/CryCommon/CryLibrary.h index 31cc91cbe7..b7e1c0f359 100644 --- a/Code/Legacy/CryCommon/CryLibrary.h +++ b/Code/Legacy/CryCommon/CryLibrary.h @@ -161,7 +161,7 @@ inline static HMODULE CryLoadLibrary(const char* libName, bool bLazy = false, bo return module; } -bool CryFreeLibrary(void* lib) +inline static bool CryFreeLibrary(void* lib) { if (lib) {