Define WIN32_LEAN_AND_MEAN

This excludes Win APIs such as Cryptography, DDE, RPC, Shell, and Windows Sockets and thus speeds up compilation.
pull/113/head
tbeu 9 years ago
parent 5089329162
commit 2f0fed9212
  1. 4
      contrib/minizip/iowin32.h

@ -11,9 +11,11 @@
*/
#if !defined(WIN32_LEAN_AND_MEAN)
#define WIN32_LEAN_AND_MEAN
#endif
#include <windows.h>
#ifdef __cplusplus
extern "C" {
#endif

Loading…
Cancel
Save