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

This commit is contained in:
Bill Medland 2001-12-21 19:15:11 +00:00 committed by Alexandre Julliard
parent d7b76822ef
commit 365a6d2ee5

View file

@ -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_ */