Skip to content

Commit

Permalink
7zTypes.h, hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkc64 committed Nov 2, 2024
1 parent 811544c commit 1524a88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dep/libs/lib7z/7zTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1524a88

Please sign in to comment.