zlib - remove modified mini variant from assimp. we're using the big one elsewhere

This commit is contained in:
AzaezelX 2020-11-07 22:03:04 -06:00
parent 5de19404d9
commit c746871b0a
154 changed files with 7 additions and 43850 deletions

View file

@ -19,7 +19,13 @@
#endif
#include <stdio.h>
#ifdef __APPLE__
#include <unistd.h>
#endif
#include "zlib.h"
#ifdef STDC
# include <string.h>
# include <stdlib.h>