From 8a339386f4ab0837d2b9a196d11ff3dc85ee2fa6 Mon Sep 17 00:00:00 2001 From: Oleg Korshul Date: Wed, 3 Sep 2025 08:46:43 +0300 Subject: [PATCH] Fix build --- DesktopEditor/common/SystemUtils.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/DesktopEditor/common/SystemUtils.cpp b/DesktopEditor/common/SystemUtils.cpp index e5f527aca1..9f13b2c50e 100644 --- a/DesktopEditor/common/SystemUtils.cpp +++ b/DesktopEditor/common/SystemUtils.cpp @@ -41,6 +41,9 @@ #ifdef CreateFile #undef CreateFile #endif +#ifdef GetSystemDirectory +#undef GetSystemDirectory +#endif #endif #if defined(_MAC) && !defined(_IOS)