fix for nameless struct compilation error in dlls/ntdll/sync.c

Eric Pouech pouech-eric at wanadoo.fr
Mon Mar 31 13:31:55 CST 2003


A+
-- 
Eric Pouech
-------------- next part --------------
Index: dlls/ntdll/sync.c
===================================================================
RCS file: /home/cvs/cvsroot/wine/wine/dlls/ntdll/sync.c,v
retrieving revision 1.24
diff -u -r1.24 sync.c
--- dlls/ntdll/sync.c	31 Mar 2003 01:37:05 -0000	1.24
+++ dlls/ntdll/sync.c	31 Mar 2003 19:30:17 -0000
@@ -19,6 +19,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
+#define NONAMELESSSTRUCT
+
 #include "config.h"
 
 #include <assert.h>


More information about the wine-patches mailing list