From a74debb40c3df12738c722548c556a97e5976036 Mon Sep 17 00:00:00 2001 From: aunsane Date: Sat, 21 Apr 2018 20:45:34 +0300 Subject: CloudFile: - fix #1278 - decrease volume of response data with fields filtering - fix uploading for gdrive and onedrive in some cases - simplifying upload code - version bump --- plugins/Db_autobackups/src/backup.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Db_autobackups/src') diff --git a/plugins/Db_autobackups/src/backup.cpp b/plugins/Db_autobackups/src/backup.cpp index d697e3ef5b..df31953a22 100644 --- a/plugins/Db_autobackups/src/backup.cpp +++ b/plugins/Db_autobackups/src/backup.cpp @@ -25,6 +25,7 @@ LRESULT CALLBACK DlgProcPopup(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam) } return DefWindowProc(hWnd, msg, wParam, lParam); } + void ShowPopup(wchar_t* ptszText, wchar_t* ptszHeader, wchar_t* ptszPath) { POPUPDATAT ppd = { 0 }; -- cgit v1.2.3