From e0a0d9c03990493d7ddbd8cc5fe47e733ff8021f Mon Sep 17 00:00:00 2001 From: Ilya Fedin Date: Mon, 28 Oct 2024 11:57:45 +0400 Subject: [PATCH] Remove outdated ifdef The file doesn't have __in anymore --- Telegram/SourceFiles/platform/win/windows_dlls.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Telegram/SourceFiles/platform/win/windows_dlls.h b/Telegram/SourceFiles/platform/win/windows_dlls.h index 9ebed92fc..6ed503c8d 100644 --- a/Telegram/SourceFiles/platform/win/windows_dlls.h +++ b/Telegram/SourceFiles/platform/win/windows_dlls.h @@ -16,10 +16,6 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include #include -#ifdef __MINGW32__ -#define __in -#endif - namespace Platform { namespace Dlls {