From f9d78aff31a5f2521ae7ddbdc97c4a8855808959 Mon Sep 17 00:00:00 2001 From: Igor Pavlov <87184205+ip7z@users.noreply.github.com> Date: Thu, 25 Jun 2026 00:00:00 +0000 Subject: 26.02 --- CPP/Windows/PropVariantConv.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CPP/Windows/PropVariantConv.cpp') diff --git a/CPP/Windows/PropVariantConv.cpp b/CPP/Windows/PropVariantConv.cpp index 21a7b4e..467c0f8 100644 --- a/CPP/Windows/PropVariantConv.cpp +++ b/CPP/Windows/PropVariantConv.cpp @@ -4,7 +4,7 @@ #include "../Common/IntToString.h" -#include "Defs.h" +#include "WinDefs.h" #include "PropVariantConv.h" #define UINT_TO_STR_2(c, val) { s[0] = (c); s[1] = (char)('0' + (val) / 10); s[2] = (char)('0' + (val) % 10); s += 3; } -- cgit v1.2.3-55-g6feb