diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-03-04 17:25:58 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-03-04 17:25:58 +0000 |
commit | ccf3bef719e71ccafe3a0bd154d0e85d7184a15b (patch) | |
tree | 929deb7f48d9a33a3d384362aa02f5adf11d337f /plugins/MirLua/src/stdafx.h | |
parent | 0d9b1a103e8fcec518b7ec6f9ba3f9591dc7b612 (diff) |
MirLua: fixed crash on script reloading
git-svn-id: http://svn.miranda-ng.org/main/trunk@16424 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/stdafx.h')
-rw-r--r-- | plugins/MirLua/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/MirLua/src/stdafx.h b/plugins/MirLua/src/stdafx.h index 58cfb263ed..a6c84dd1e8 100644 --- a/plugins/MirLua/src/stdafx.h +++ b/plugins/MirLua/src/stdafx.h @@ -53,6 +53,8 @@ extern HINSTANCE g_hInstance; extern CMLua *g_mLua;
+extern int hMLuaLangpack;
+
extern HANDLE g_hCLibsFolder;
extern HANDLE g_hScriptsFolder;
#ifdef _UNICODE
|