Skip to content

Commit 25740f4

Browse files
committed
Include share.h on Windows for _SH_DENYNO.
1 parent 985a62d commit 25740f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gzguts.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040

4141
#if defined(__TURBOC__) || defined(_MSC_VER) || defined(_WIN32)
4242
# include <io.h>
43+
# include <share.h>
4344
# include <sys/stat.h>
4445
#endif
4546

0 commit comments

Comments
 (0)