1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-03 01:51:21 +00:00

Merge pull request #118 from Galleondragon/rename-zlib-folder

Renames zlib's folder so it can be updated without the hassle later on.
This commit is contained in:
Fellippe Heitor 2020-01-03 02:46:17 -03:00 committed by GitHub
commit bcc05e8b15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
259 changed files with 5 additions and 5 deletions

View file

@ -16455,9 +16455,9 @@ void sub_put2(int32 i,int64 offset,void *element,int32 passed){
#ifdef DEPENDENCY_ZLIB
#ifdef QB64_BACKSLASH_FILESYSTEM //change slashes depending on OS, I guess? Included by copying audio template, and it works. (SMcNeill comment)
#include "parts\\zlib-1.2.11\\src.c"
#include "parts\\zlib\\src.c"
#else
#include "parts/zlib-1.2.11/src.c"
#include "parts/zlib/src.c"
#endif
#endif

Some files were not shown because too many files have changed in this diff Show more