PATCH: 1 static for ole16

Marcus Meissner marcus at jet.franken.de
Sun May 15 05:14:42 CDT 2005


Hi,

Changelog:
	make _xmalloc16() static.

Index: dlls/ole32/ole16.c
===================================================================
RCS file: /home/wine/wine/dlls/ole32/ole16.c,v
retrieving revision 1.12
diff -u -r1.12 ole16.c
--- dlls/ole32/ole16.c	9 Sep 2004 21:03:58 -0000	1.12
+++ dlls/ole32/ole16.c	15 May 2005 10:14:11 -0000
@@ -299,7 +299,7 @@
  * RETURNS
  *	the allocated segmented pointer and a HRESULT
  */
-HRESULT
+static HRESULT
 _xmalloc16(DWORD size, SEGPTR *ptr) {
   LPMALLOC16 mllc;
   DWORD args[2];
-- 



More information about the wine-patches mailing list