Small typo

François Gouget fgouget at codeweavers.com
Sat May 5 15:12:29 CDT 2001


   A very important bug fix ;-)


Changelog:

   François Gouget <fgouget at codeweavers.com>

 * include/wine/obj_base.h
   Gee, what is this 32 suffix doing here


-- 
François Gouget
fgouget at codeweavers.com
-------------- next part --------------
Index: include/wine/obj_base.h
===================================================================
RCS file: /home/cvs/wine/wine/include/wine/obj_base.h,v
retrieving revision 1.39
diff -u -r1.39 obj_base.h
--- include/wine/obj_base.h	2001/04/09 18:33:49	1.39
+++ include/wine/obj_base.h	2001/05/05 19:55:08
@@ -584,7 +584,7 @@
 #define IMalloc_QueryInterface(p,a,b) ICOM_CALL2(QueryInterface,p,a,b)
 #define IMalloc_AddRef(p)             ICOM_CALL (AddRef,p)
 #define IMalloc_Release(p)            ICOM_CALL (Release,p)
-/*** IMalloc32 methods ***/
+/*** IMalloc methods ***/
 #define IMalloc_Alloc(p,a)      ICOM_CALL1(Alloc,p,a)
 #define IMalloc_Realloc(p,a,b)  ICOM_CALL2(Realloc,p,a,b)
 #define IMalloc_Free(p,a)       ICOM_CALL1(Free,p,a)


More information about the wine-patches mailing list