From 3c0c4ec799f35eb99215758f99491583033c5741 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 27 Dec 2016 20:40:35 +0300 Subject: first version of options dialog --- protocols/Discord/src/stdafx.h | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'protocols/Discord/src/stdafx.h') 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 #include #include +#include #include #include #include @@ -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" -- cgit v1.2.3