mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- Using USE_WINDOWS_DWORD on other platforms can cause problems.
This commit is contained in:
parent
270541f942
commit
cb9877e7ff
2 changed files with 4 additions and 0 deletions
|
@ -33,7 +33,9 @@
|
|||
**
|
||||
*/
|
||||
|
||||
#ifdef _WIN32
|
||||
#define USE_WINDOWS_DWORD
|
||||
#endif
|
||||
#include "LzmaDec.h"
|
||||
|
||||
#include "files.h"
|
||||
|
|
|
@ -32,7 +32,9 @@
|
|||
**
|
||||
**
|
||||
*/
|
||||
#ifdef _WIN32
|
||||
#define USE_WINDOWS_DWORD
|
||||
#endif
|
||||
|
||||
#include "7z.h"
|
||||
#include "7zCrc.h"
|
||||
|
|
Loading…
Reference in a new issue