Commit 365a6d2e authored by Bill Medland's avatar Bill Medland Committed by Alexandre Julliard

And in addition to Mingw32 we will want the _ versions.

parent d7b76822
......@@ -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_ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment