- Using USE_WINDOWS_DWORD on other platforms can cause problems.

This commit is contained in:
Braden Obrzut 2014-06-26 17:52:26 -04:00
parent 270541f942
commit cb9877e7ff
2 changed files with 4 additions and 0 deletions

View file

@ -33,7 +33,9 @@
**
*/
#ifdef _WIN32
#define USE_WINDOWS_DWORD
#endif
#include "LzmaDec.h"
#include "files.h"

View file

@ -32,7 +32,9 @@
**
**
*/
#ifdef _WIN32
#define USE_WINDOWS_DWORD
#endif
#include "7z.h"
#include "7zCrc.h"