From 48cb59cb5687303a608903259bb10eb9e6a9ee36 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 3 May 2018 12:31:44 +0200 Subject: CloudFile: thread functions rewritten using PROTO::ForkThread --- plugins/CloudFile/src/Services/google_service.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/CloudFile/src/Services/google_service.h') diff --git a/plugins/CloudFile/src/Services/google_service.h b/plugins/CloudFile/src/Services/google_service.h index 35d5f528fb..919babb86f 100644 --- a/plugins/CloudFile/src/Services/google_service.h +++ b/plugins/CloudFile/src/Services/google_service.h @@ -4,8 +4,8 @@ class CGDriveService : public CCloudService { private: - static unsigned RequestAccessTokenThread(void *owner, void *param); - static unsigned __stdcall RevokeAccessTokenThread(void *param); + void __cdecl RequestAccessTokenThread(void *param); + void __cdecl RevokeAccessTokenThread(void *param); void HandleJsonError(JSONNode &node) override; -- cgit v1.2.3