From 314590090645cb419d2368649339357b9baef6c0 Mon Sep 17 00:00:00 2001 From: dartraiden Date: Mon, 4 Mar 2024 19:12:29 +0300 Subject: Forgotten fix for https://github.com/miranda-ng/miranda-ng/commit/54a1360c3485733d554e56d312221f3ad1423226 --- plugins/MirLua/src/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/MirLua/src') diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h index d31e8b55c0..7f768fe342 100644 --- a/plugins/MirLua/src/stdafx.h +++ b/plugins/MirLua/src/stdafx.h @@ -52,7 +52,7 @@ class CMLuaScript; #include "options.h" #include "metatable.h" -#define MODULENAME "MirLua" +#define MODULENAME LPGEN("MirLua") extern PLUGININFOEX g_pluginInfoEx; -- cgit v1.2.3