summaryrefslogtreecommitdiff
path: root/plugins/SmileyAdd/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2019-05-30 19:21:30 +0300
committerGeorge Hazan <ghazan@miranda.im>2019-05-30 19:21:30 +0300
commit502b684aba2c511bedae4b56a8d895d6c2ac5269 (patch)
tree046217973bb5951c5cb42abb1a49513b26324d7e /plugins/SmileyAdd/src/stdafx.h
parent60e076f77663869a74ac2eb5e3c3989b5e185a64 (diff)
fixes #1960 (SmileyAdd: Folders support)
Diffstat (limited to 'plugins/SmileyAdd/src/stdafx.h')
-rw-r--r--plugins/SmileyAdd/src/stdafx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/SmileyAdd/src/stdafx.h b/plugins/SmileyAdd/src/stdafx.h
index d0d2bc2fa1..c4d2a90015 100644
--- a/plugins/SmileyAdd/src/stdafx.h
+++ b/plugins/SmileyAdd/src/stdafx.h
@@ -101,6 +101,8 @@ struct CMPlugin : public PLUGIN<CMPlugin>
int Load() override;
int Unload() override;
+
+ wchar_t wszDefaultPath[MAX_PATH];
};
#define DM_REMAKELOG (WM_USER + 11)