[COMCTL32] Fix DPA tests on Win95

Felix Nawothnig felix.nawothnig at t-online.de
Mon Jul 4 15:05:56 CDT 2005


Oops.

ChangeLog:
Fix DPA tests on Win95.
-------------- next part --------------
Index: dpa.c
===================================================================
RCS file: /home/wine/wine/dlls/comctl32/tests/dpa.c,v
retrieving revision 1.8
diff -u -r1.8 dpa.c
--- dpa.c	3 Jul 2005 12:02:09 -0000	1.8
+++ dpa.c	4 Jul 2005 20:03:45 -0000
@@ -87,8 +87,8 @@
         /* 4.71+ */
         COMCTL32_GET_PROC(DPA_DestroyCallback, 386) &&
         COMCTL32_GET_PROC(DPA_EnumCallback, 385) &&
-        COMCTL32_GET_PROC(DPA_LoadStream, 9);
-        COMCTL32_GET_PROC(DPA_Merge, 11);
+        COMCTL32_GET_PROC(DPA_LoadStream, 9) &&
+        COMCTL32_GET_PROC(DPA_Merge, 11) &&
         COMCTL32_GET_PROC(DPA_SaveStream, 10);
 
         return TRUE;


More information about the wine-patches mailing list