Warnings

Dimitrie O. Paun dpaun at rogers.com
Tue Apr 2 09:42:19 CST 2002


ChangeLog:
  -- fix two compilation warnings

Index: dlls/comctl32/propsheet.c
===================================================================
RCS file: /var/cvs/wine/dlls/comctl32/propsheet.c,v
retrieving revision 1.58
diff -u -r1.58 propsheet.c
--- dlls/comctl32/propsheet.c	9 Mar 2002 23:29:34 -0000	1.58
+++ dlls/comctl32/propsheet.c	2 Apr 2002 15:30:38 -0000
@@ -209,7 +209,7 @@
     if (string[0] != '\0')
 	FIXME("%s\n", string);
 }
-#undef add_flag()
+#undef add_flag
 
 
/******************************************************************************
  *            PROPSHEET_CollectSheetInfoA
Index: dlls/crypt32/main.c
===================================================================
RCS file: /var/cvs/wine/dlls/crypt32/main.c,v
retrieving revision 1.1
diff -u -r1.1 main.c
--- dlls/crypt32/main.c	10 Jan 2002 19:41:12 -0000	1.1
+++ dlls/crypt32/main.c	2 Apr 2002 15:36:48 -0000
@@ -1 +1,2 @@
-/* FIXME: no implementation yet */
\ No newline at end of file
+/* FIXME: no implementation yet */
+


-- 
Dimi.




More information about the wine-patches mailing list