Fix sending files from "Send To" in Windows.

Regression was introduced in 8e433971c9.
This commit is contained in:
John Preston
2017-09-05 16:40:39 +03:00
parent ea082e9604
commit a09fa1b267
3 changed files with 77 additions and 42 deletions

View File

@@ -20,6 +20,8 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org
*/
#pragma once
void InitFromCommandLine(int argc, char *argv[]);
extern bool gDebug;
inline bool cDebug() {
#if defined _DEBUG