summaryrefslogtreecommitdiff
path: root/protocols/Discord/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2016-12-27 20:40:35 +0300
committerGeorge Hazan <ghazan@miranda.im>2016-12-27 20:40:35 +0300
commit3c0c4ec799f35eb99215758f99491583033c5741 (patch)
tree465e516f7dc5aa6ba7b8f952601b44c967c68d14 /protocols/Discord/src/stdafx.h
parente191ad15875a046f7a243596fe92e99f88cea072 (diff)
first version of options dialog
Diffstat (limited to 'protocols/Discord/src/stdafx.h')
-rw-r--r--protocols/Discord/src/stdafx.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/protocols/Discord/src/stdafx.h b/protocols/Discord/src/stdafx.h
index 0289445912..414b542c0f 100644
--- a/protocols/Discord/src/stdafx.h
+++ b/protocols/Discord/src/stdafx.h
@@ -30,6 +30,7 @@
#include <m_protosvc.h>
#include <m_protoint.h>
#include <m_skin.h>
+#include <m_gui.h>
#include <m_system.h>
#include <m_userinfo.h>
#include <m_icolib.h>
@@ -41,4 +42,10 @@
extern HINSTANCE g_hInstance;
#include "version.h"
-#include "proto.h" \ No newline at end of file
+#include "proto.h"
+
+#define DB_KEY_EMAIL "Email"
+#define DB_KEY_PASSWORD "Password"
+
+#define DB_KEY_GROUP "GroupName"
+#define DB_KEYVAL_GROUP L"Discord"