diff options
Diffstat (limited to 'protocols/Discord/src/stdafx.h')
-rw-r--r-- | protocols/Discord/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |