From 56b76ff54773936533c1ab5923999ed6e006b4d6 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 18 Aug 2025 00:40:11 +0200 Subject: [PATCH] fixup 2 --- .github/workflows/windows.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 98d2a379b2..54abd5b73c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -875,6 +875,7 @@ jobs: options+=" -DCMAKE_RC_COMPILER=$MSDK_BINU/rc.exe" options+=" -DCMAKE_MT=$MSDK_BINU/mt.exe" options+=" -DCMAKE_C_COMPILER=$MSVC_BINU/cl.exe" + rcflags+=" -I$MSDK_INCW/shared" rcflags+=" -I$MSDK_INCW/um" fi [ "${_chkprefill}" = '_chkprefill' ] && options+=' -D_CURL_PREFILL=OFF'