Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
UseZLib.h
Go to the documentation of this file.
1 //
5 //
6 
7 #ifndef NO_PRAGMA_ONCE
8 #pragma once
9 #endif
10 
11 #ifdef USE_ZLIB
12 #include <zlib.h> // Expose the opaque zlib stuff. z_stream_s via NuGet
13 // #pragma comment(lib,"zlib.lib")
14 
15 #ifdef UNDER_CE
16 #define _INC_TYPES // missing <sys/types.h>
17 #endif
18 
19 #endif // USE_ZLIB