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

Renames zlib's folder so it can be updated without the hassle later on.

This commit is contained in:
FellippeHeitor 2020-01-02 23:00:51 -03:00
parent 9f89e063f7
commit 51710ddcd3
259 changed files with 5 additions and 5 deletions

View file

@ -16453,9 +16453,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