Mingw32 didn't include the _ versions

Medland, Bill Bill.Medland at accpac.com
Wed Dec 19 17:16:44 CST 2001


 <<diff36.txt>> 
-------------- next part --------------
Bill Medland (medbi01 at accpac.com)
And in addition to Mingw32 we will want the _ versions

Index: wine/include/msvcrt/share.h
===================================================================
RCS file: /home/wine/wine/include/msvcrt/share.h,v
retrieving revision 1.1
diff -u -r1.1 share.h
--- wine/include/msvcrt/share.h	2001/12/19 18:49:21	1.1
+++ wine/include/msvcrt/share.h	2001/12/19 21:43:49
@@ -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_ */
 


More information about the wine-patches mailing list