From 1b5e5bbb9f7abc2d56cf0ef0ffe7cd281854c874 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 3 Jan 2017 19:10:33 +0300 Subject: server history syncing support --- protocols/Discord/src/stdafx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/Discord/src/stdafx.h') diff --git a/protocols/Discord/src/stdafx.h b/protocols/Discord/src/stdafx.h index e0177716ab..43d0077d7c 100644 --- a/protocols/Discord/src/stdafx.h +++ b/protocols/Discord/src/stdafx.h @@ -56,3 +56,5 @@ extern HINSTANCE g_hInstance; #define DB_KEY_GROUP "GroupName" #define DB_KEYVAL_GROUP L"Discord" + +time_t StringToDate(const CMStringW &str); -- cgit v1.2.3