From bc7dfbed3ca4c2038e7ccd94c4a5d3e3a162d1e7 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 8 Sep 2021 20:00:39 -0400 Subject: [PATCH] add missing #if --- src/utils.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils.cpp b/src/utils.cpp index ce945e7ad5..87b27f09f5 100644 --- a/src/utils.cpp +++ b/src/utils.cpp @@ -37,6 +37,7 @@ #include #endif +#if defined(_WIN32) // target Windows version is Windows 7 and later #if defined(_WIN32_WINNT) #undef _WIN32_WINNT