From e00f0215ccb8a3ca1f44d8981cf06442429336b5 Mon Sep 17 00:00:00 2001 From: str1k3r <115313679+S1l3ntStr1ke87@users.noreply.github.com> Date: Sun, 30 Aug 2026 17:05:07 -0400 Subject: [PATCH] fix: i forgot to make this wide too --- 4J_Storage/Windows64/STO_DLC.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/4J_Storage/Windows64/STO_DLC.cpp b/4J_Storage/Windows64/STO_DLC.cpp index c01c134..51533d2 100644 --- a/4J_Storage/Windows64/STO_DLC.cpp +++ b/4J_Storage/Windows64/STO_DLC.cpp @@ -77,7 +77,7 @@ C4JStorage::EDLCStatus CDLC::GetInstalledDLC(int iPad, int (*Func)(LPVOID, int, return C4JStorage::EDLC_Error; } - _WIN32_FIND_DATAA hFind; + _WIN32_FIND_DATAW hFind; HANDLE hFindFile; if (ret) {