Hello, this is needed by ppsspp.
Best regards Oleg Tolmatcev
From 678f03af276afc52af2361f7f414b67b77d73577 Mon Sep 17 00:00:00 2001 From: Oleg Tolmatcev <[email protected]> Date: Sat, 30 Sep 2023 10:44:45 +0200 Subject: [PATCH] headers: add LVFI_SUBSTRING in commctrl.h --- mingw-w64-headers/include/commctrl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/mingw-w64-headers/include/commctrl.h b/mingw-w64-headers/include/commctrl.h index 70d00b4c..070dee96 100644 --- a/mingw-w64-headers/include/commctrl.h +++ b/mingw-w64-headers/include/commctrl.h @@ -2425,6 +2425,7 @@ extern "C" { #define LVFI_PARAM 0x1 #define LVFI_STRING 0x2 +#define LVFI_SUBSTRING 0x4 /* Same as LVFI_PARTIAL */ #define LVFI_PARTIAL 0x8 #define LVFI_WRAP 0x20 #define LVFI_NEARESTXY 0x40 -- 2.41.0.windows.1
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
