Hello,

this is needed by PCSX2.

Best regards
Oleg Tolmatcev
From c5b7f3c4629dbf92489f2a41c3003bf40a470ac0 Mon Sep 17 00:00:00 2001
From: Oleg Tolmatcev <oleg.tolmat...@gmail.com>
Date: Sat, 6 Apr 2024 12:46:07 +0200
Subject: [PATCH] add PATHCCH_ENSURE_IS_EXTENDED_LENGTH_PATH to pathcch.h

---
 mingw-w64-headers/include/pathcch.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/mingw-w64-headers/include/pathcch.h 
b/mingw-w64-headers/include/pathcch.h
index 3b026363..15b14b23 100644
--- a/mingw-w64-headers/include/pathcch.h
+++ b/mingw-w64-headers/include/pathcch.h
@@ -19,6 +19,7 @@ extern "C" {
 
 #define PATHCCH_ALLOW_LONG_PATHS 0x00000001
 #define PATHCCH_MAX_CCH 0x8000
+#define PATHCCH_ENSURE_IS_EXTENDED_LENGTH_PATH 0x10
 
   WINPATHCCHAPI HRESULT APIENTRY PathAllocCombine (PCWSTR pszPathIn, PCWSTR 
pszMore, unsigned long dwFlags, PWSTR *ppszPathOut);
   WINPATHCCHAPI HRESULT APIENTRY PathAllocCanonicalize (PCWSTR pszPathIn, 
unsigned long dwFlags, PWSTR *ppszPathOut);
-- 
2.44.0.windows.1

_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to