(ef_open) [_WIN32]: Add shared.h for MinGW environment,
needed for WIN32 file locking. Broken (missed) in rev 1.70.
This commit is contained in:
parent
a89e21037e
commit
2742a2db62
1 changed files with 3 additions and 1 deletions
|
@ -36,8 +36,10 @@
|
|||
#include <config.h>
|
||||
|
||||
#include <errno.h>
|
||||
#if defined(_WIN32) && !defined(__GNUC__)
|
||||
#if defined(_WIN32)
|
||||
#if !defined(__GNUC__)
|
||||
#include <io.h>
|
||||
#endif
|
||||
#include <share.h>
|
||||
#endif
|
||||
#include <fcntl.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue