summaryrefslogtreecommitdiff
path: root/plugins/PluginUpdater/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/PluginUpdater/src/stdafx.h')
-rw-r--r--plugins/PluginUpdater/src/stdafx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/PluginUpdater/src/stdafx.h b/plugins/PluginUpdater/src/stdafx.h
index c12ec6e08a..9aaeef3415 100644
--- a/plugins/PluginUpdater/src/stdafx.h
+++ b/plugins/PluginUpdater/src/stdafx.h
@@ -150,7 +150,8 @@ enum
using namespace std;
extern uint32_t g_mirandaVersion;
-extern wchar_t g_wszRoot[MAX_PATH], g_wszTempPath[MAX_PATH];
+extern TFileName g_wszRoot, g_wszTempPath;
+extern VARSW g_mirandaPath;
extern HNETLIBUSER g_hNetlibUser;
struct CMPlugin : public PLUGIN<CMPlugin>