From 26968ffdf2b5dc449428a44869afc9bee7d1ccc7 Mon Sep 17 00:00:00 2001 From: Kugel Fuhr <98353208+kugelfuhr@users.noreply.github.com> Date: Tue, 8 Jul 2025 09:58:48 +0200 Subject: [PATCH] Fixed a typo :-( --- src/common/consprop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/consprop.c b/src/common/consprop.c index c45bb14a4..5cf89fbb0 100644 --- a/src/common/consprop.c +++ b/src/common/consprop.c @@ -31,7 +31,7 @@ #include -#if !defined(WIN32) +#if !defined(_WIN32) # include #else # include