CTS-320 (part 2 of 3) use system zlib for standalone
commit
03acf85c36
|
|
@ -142,6 +142,7 @@ Blakar Ogre
|
|||
blino Nakamura
|
||||
VWR-17
|
||||
Boroondas Gupte
|
||||
CTS-320
|
||||
SNOW-278
|
||||
VWR-233
|
||||
WEB-262
|
||||
|
|
|
|||
|
|
@ -39,7 +39,12 @@
|
|||
|
||||
#include <iostream>
|
||||
#include "apr_base64.h"
|
||||
#include "zlib/zlib.h" // for davep's dirty little zip functions
|
||||
|
||||
#ifdef LL_STANDALONE
|
||||
# include <zlib.h>
|
||||
#else
|
||||
# include "zlib/zlib.h" // for davep's dirty little zip functions
|
||||
#endif
|
||||
|
||||
#if !LL_WINDOWS
|
||||
#include <netinet/in.h> // htonl & ntohl
|
||||
|
|
|
|||
Loading…
Reference in New Issue