And in addition to Mingw32 we will want the _ versions.
This commit is contained in:
parent
d7b76822ef
commit
365a6d2ee5
|
@ -31,5 +31,11 @@
|
|||
#define SH_DENYRD 0x30 /* Deny read */
|
||||
#define SH_DENYNO 0x40 /* Deny nothing */
|
||||
|
||||
#define _SH_COMPAT SH_COMPAT
|
||||
#define _SH_DENYRW SH_DENYRW
|
||||
#define _SH_DENYWR SH_DENYWR
|
||||
#define _SH_DENYRD SH_DENYRD
|
||||
#define _SH_DENYNO SH_DENYNO
|
||||
|
||||
#endif /* __WINE_SHARE_H_ */
|
||||
|
||||
|
|
Loading…
Reference in New Issue