Include share.h on Windows for _SH_DENYNO.

pull/933/head
Mark Adler 1 year ago
parent 985a62d118
commit 25740f4ad5
  1. 1
      gzguts.h

@ -40,6 +40,7 @@
#if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32) #if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32)
# include <io.h> # include <io.h>
# include <share.h>
# include <sys/stat.h> # include <sys/stat.h>
#endif #endif

Loading…
Cancel
Save