diff options
author | George Hazan <george.hazan@gmail.com> | 2025-04-11 13:40:09 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-04-11 13:40:09 +0300 |
commit | c0ff932b9b6ba685160204fee0af84930f7aa922 (patch) | |
tree | 6b922da9dd5705c168d40f2eb691e453ddbf0713 /protocols/CloudFile/src/stdafx.h | |
parent | 99584f314758d7ee3ef5faead704546ad0fdc10a (diff) |
fixes #4975 (CloudFile: нужно убирать учётку из подменю в меню контакта при её отключении) + some code cleaning
Diffstat (limited to 'protocols/CloudFile/src/stdafx.h')
-rw-r--r-- | protocols/CloudFile/src/stdafx.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/protocols/CloudFile/src/stdafx.h b/protocols/CloudFile/src/stdafx.h index 4490d2c23d..4ede95c74e 100644 --- a/protocols/CloudFile/src/stdafx.h +++ b/protocols/CloudFile/src/stdafx.h @@ -69,11 +69,13 @@ public: // services #include "cloud_file.h" #include "oauth.h" + #include "Services\dropbox_service.h" #include "Services\google_service.h" #include "Services\microsoft_service.h" #include "Services\yandex_service.h" -extern LIST<CCloudService> Services; + +extern LIST<CCloudService> g_arServices; void InitializeServices(); // events @@ -83,7 +85,6 @@ int OnModulesLoaded(WPARAM, LPARAM); void InitializeIcons(); // menus -extern HGENMENU hContactMenu; void InitializeMenus(); int OnPrebuildContactMenu(WPARAM, LPARAM); |