Wine regression caused by 12/02 18:05:37 UTC commit: breaks Total Annihilation

Eric Pouech pouech-eric at wanadoo.fr
Sun Dec 12 13:54:13 CST 2004


Jonathan Gevaryahu a écrit :
does this help?
A+

Index: sync.c
===================================================================
RCS file: /home/cvs/cvsroot/wine/wine/dlls/kernel/sync.c,v
retrieving revision 1.64
diff -u -u -r1.64 sync.c
--- sync.c	7 Dec 2004 14:23:03 -0000	1.64
+++ sync.c	12 Dec 2004 19:53:14 -0000
@@ -893,7 +893,7 @@
      OBJECT_ATTRIBUTES attr;
      NTSTATUS status;

-    if (!is_version_nt()) access = SEMAPHORE_ALL_ACCESS;
+    if (!is_version_nt()) access = TIMER_ALL_ACCESS;

      attr.Length                   = sizeof(attr);
      attr.RootDirectory            = 0;




More information about the wine-devel mailing list