diff options
author | George Hazan <ghazan@miranda.im> | 2018-08-10 21:56:11 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-08-10 21:56:41 +0300 |
commit | 8956a4b69fdf9bfec0feb17b0911d549f1cdd9ee (patch) | |
tree | 07ace3ac9982accb9df80397de11007d7eef55be /plugins/Msg_Export/src/stdafx.h | |
parent | a7bc9b84c156418e20062f7724679045c074402b (diff) |
Msg_Export: options dialog -> UI Classes
Diffstat (limited to 'plugins/Msg_Export/src/stdafx.h')
-rwxr-xr-x | plugins/Msg_Export/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Msg_Export/src/stdafx.h b/plugins/Msg_Export/src/stdafx.h index cfe152d061..0508f1e2be 100755 --- a/plugins/Msg_Export/src/stdafx.h +++ b/plugins/Msg_Export/src/stdafx.h @@ -41,6 +41,7 @@ using namespace std; #include <m_icq.h>
#include <m_skin.h>
#include <win2k.h>
+#include <m_gui.h>
#include "utils.h"
#include "options.h"
@@ -63,5 +64,6 @@ struct CMPlugin : public PLUGIN<CMPlugin> };
extern MWindowList hInternalWindowList;
+extern wstring sDBPath, sMirandaPath;
#endif
\ No newline at end of file |