Comctl32_419

Huw D M Davies h.davies1 at physics.ox.ac.uk
Tue Jan 15 08:04:00 CST 2002


	Huw D M Davies <hdavies at codeweavers.com>
	Stub for comctl32.419
-------------- next part --------------
Index: dlls/comctl32/comctl32.spec
===================================================================
RCS file: /home/wine/wine/dlls/comctl32/comctl32.spec,v
retrieving revision 1.25
diff -u -r1.25 comctl32.spec
--- dlls/comctl32/comctl32.spec	2002/01/14 18:36:03	1.25
+++ dlls/comctl32/comctl32.spec	2002/01/15 12:16:36
@@ -206,6 +206,6 @@
 416 stub @
 417 stub @
 418 stub @
-419 stub @
+419 stdcall @(long long long long) COMCTL32_419
 420 stub @
 421 stub @
Index: dlls/comctl32/comctl32undoc.c
===================================================================
RCS file: /home/wine/wine/dlls/comctl32/comctl32undoc.c,v
retrieving revision 1.54
diff -u -r1.54 comctl32undoc.c
--- dlls/comctl32/comctl32undoc.c	2002/01/14 18:36:03	1.54
+++ dlls/comctl32/comctl32undoc.c	2002/01/15 12:16:36
@@ -2776,3 +2776,17 @@
 
    return TRUE;
 }
+
+/**************************************************************************
+ * @ [COMCTL32.419]
+ *
+ * FIXME: What's this supposed to do?
+ */
+
+BOOL WINAPI COMCTL32_419( DWORD a, DWORD b, DWORD c, DWORD d)
+{
+
+   FIXME("(%lx, %lx, %lx, %lx): stub!\n", a, b, c, d);
+
+   return TRUE;
+}


More information about the wine-patches mailing list