diff --git a/LuaProfiler/Runtime/Core/Driver/LuaDLL.cs b/LuaProfiler/Runtime/Core/Driver/LuaDLL.cs index 5681d6ee..ea8f1aa5 100644 --- a/LuaProfiler/Runtime/Core/Driver/LuaDLL.cs +++ b/LuaProfiler/Runtime/Core/Driver/LuaDLL.cs @@ -119,7 +119,7 @@ public static void lua_unref(IntPtr luaState, int reference) private static INativeHooker luaL_loadbuffer_hook; private static INativeHooker luaL_loadfile_hook; - #if UNITY_EDITOR_WIN || UNITY_STANDALONE_WIN + #if UNITY_EDITOR || UNITY_STANDALONE private static NativeUtilInterface nativeUtil = new WindowsNativeUtil(); #elif UNITY_ANDROID private static NativeUtilInterface nativeUtil = new AndroidNativeUtil();