From 1524a889ab091fc26d0e9a7e9cb15a9984fd8363 Mon Sep 17 00:00:00 2001 From: dinkc64 Date: Sat, 2 Nov 2024 02:01:46 -0400 Subject: [PATCH] 7zTypes.h, hmm --- src/dep/libs/lib7z/7zTypes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/dep/libs/lib7z/7zTypes.h b/src/dep/libs/lib7z/7zTypes.h index 5b77420a3b..7588d00afc 100644 --- a/src/dep/libs/lib7z/7zTypes.h +++ b/src/dep/libs/lib7z/7zTypes.h @@ -190,8 +190,8 @@ typedef UInt32 UINT32; typedef INT32 LONG; // LONG, ULONG and DWORD must be 32-bit for _WIN32 compatibility typedef UINT32 ULONG; -#undef DWORD -typedef UINT32 DWORD; +//#undef DWORD +//typedef UINT32 DWORD; #define VOID void