mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-24 03:39:56 -04:00
fix windows build
- include IncludeZlib.h instead of zlib.h
This commit is contained in:
parent
38bebd67cd
commit
c07efcfe15
1 changed files with 2 additions and 2 deletions
|
@ -75,8 +75,8 @@
|
|||
#define NOUNCRYPT
|
||||
#endif
|
||||
|
||||
#include <zlib.h>
|
||||
#include "../../../include/Geode/cocos/support/zip_support/unzip.h"
|
||||
#include <../platform/IncludeZlib.h>
|
||||
#include <../support/zip_support/unzip.h>
|
||||
|
||||
#ifdef STDC
|
||||
# include <stddef.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue