diff options
Diffstat (limited to 'plugins/SmileyAdd/src/stdafx.h')
-rw-r--r-- | plugins/SmileyAdd/src/stdafx.h | 2 |
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)
|