mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-25 06:54:43 +00:00
Fix "small" undef in Windows includes.
This commit is contained in:
@@ -7,13 +7,12 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "base/platform/win/base_windows_shlobj_h.h"
|
||||
#include "base/platform/win/base_windows_winrt.h"
|
||||
#include "platform/platform_integration.h"
|
||||
|
||||
#include <QAbstractNativeEventFilter>
|
||||
|
||||
#include <ShlObj.h>
|
||||
|
||||
namespace Platform {
|
||||
|
||||
class WindowsIntegration final
|
||||
|
||||
@@ -9,8 +9,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
|
||||
#include "core/crash_reports.h"
|
||||
#include "core/update_checker.h"
|
||||
#include "base/platform/win/base_windows_h.h"
|
||||
|
||||
#include <windows.h>
|
||||
#include <shellapi.h>
|
||||
#include <VersionHelpers.h>
|
||||
|
||||
|
||||
@@ -8,9 +8,10 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
#pragma once
|
||||
|
||||
#include "platform/platform_main_window.h"
|
||||
#include "base/platform/win/base_windows_h.h"
|
||||
#include "base/flags.h"
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
namespace Ui {
|
||||
class PopupMenu;
|
||||
} // namespace Ui
|
||||
|
||||
@@ -10,6 +10,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
#include "window/notifications_utilities.h"
|
||||
#include "window/window_session_controller.h"
|
||||
#include "base/platform/win/base_windows_co_task_mem.h"
|
||||
#include "base/platform/win/base_windows_rpcndr_h.h"
|
||||
#include "base/platform/win/base_windows_winrt.h"
|
||||
#include "base/platform/base_platform_info.h"
|
||||
#include "base/platform/win/wrl/wrl_module_h.h"
|
||||
|
||||
@@ -14,6 +14,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
#include "platform/win/windows_autostart_task.h"
|
||||
#include "base/platform/base_platform_info.h"
|
||||
#include "base/platform/win/base_windows_co_task_mem.h"
|
||||
#include "base/platform/win/base_windows_shlobj_h.h"
|
||||
#include "base/platform/win/base_windows_winrt.h"
|
||||
#include "base/call_delayed.h"
|
||||
#include "ui/boxes/confirm_box.h"
|
||||
@@ -41,7 +42,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
#include <openssl/err.h>
|
||||
|
||||
#include <dbghelp.h>
|
||||
#include <shlobj.h>
|
||||
#include <Shlwapi.h>
|
||||
#include <Strsafe.h>
|
||||
#include <Windowsx.h>
|
||||
|
||||
@@ -8,7 +8,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
#pragma once
|
||||
|
||||
#include "platform/platform_specific.h"
|
||||
#include "base/platform/win/base_windows_h.h"
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
namespace Data {
|
||||
class LocationPoint;
|
||||
|
||||
@@ -7,8 +7,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "base/platform/win/base_windows_h.h"
|
||||
|
||||
#include <wtypes.h>
|
||||
|
||||
namespace Platform {
|
||||
|
||||
@@ -7,10 +7,10 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "base/platform/win/base_windows_h.h"
|
||||
#include "base/platform/win/base_windows_shlobj_h.h"
|
||||
|
||||
#include <windows.h>
|
||||
#include <shellapi.h>
|
||||
#include <shlobj.h>
|
||||
#include <dwmapi.h>
|
||||
#include <RestartManager.h>
|
||||
#include <psapi.h>
|
||||
|
||||
@@ -7,7 +7,9 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#include "base/platform/win/base_windows_rpcndr_h.h"
|
||||
#include "windows_toastactivator_h.h"
|
||||
|
||||
#include "base/platform/win/wrl/wrl_implements_h.h"
|
||||
|
||||
// {F11932D3-6110-4BBC-9B02-B2EC07A1BD19}
|
||||
|
||||
+1
-1
Submodule Telegram/lib_base updated: fe4f0a72d2...5432626ef2
+1
-1
Submodule Telegram/lib_storage updated: 1dfd1c186d...de73188516
+1
-1
Submodule Telegram/lib_ui updated: f9b24c7551...fee301f941
+1
-1
Submodule Telegram/lib_webview updated: aab27269ff...3495eb8dd8
Reference in New Issue
Block a user