7zTypes.h, hmm

This commit is contained in:
dinkc64 2024-11-02 02:01:46 -04:00
parent 811544caff
commit 1524a889ab
1 changed files with 2 additions and 2 deletions

View File

@ -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