progress: minor cleanups

Dimitrie O. Paun dpaun at rogers.com
Tue Oct 26 23:56:36 CDT 2004


ChangeLog
    Minor cleanups.


Index: dlls/comctl32/progress.c
===================================================================
RCS file: /var/cvs/wine/dlls/comctl32/progress.c,v
retrieving revision 1.38
diff -u -r1.38 progress.c
--- dlls/comctl32/progress.c	25 Aug 2004 17:33:01 -0000	1.38
+++ dlls/comctl32/progress.c	26 Oct 2004 05:19:03 -0000
@@ -493,7 +493,7 @@
  *           ProgressWindowProc
  */
 static LRESULT WINAPI ProgressWindowProc(HWND hwnd, UINT message,
-                                  WPARAM wParam, LPARAM lParam)
+                                         WPARAM wParam, LPARAM lParam)
 {
     PROGRESS_INFO *infoPtr;
 
@@ -654,7 +654,7 @@
  *
  * Registers the progress bar window class.
  */
-VOID PROGRESS_Register (void)
+void PROGRESS_Register (void)
 {
     WNDCLASSW wndClass;
 
@@ -675,7 +675,7 @@
  *
  * Unregisters the progress bar window class.
  */
-VOID PROGRESS_Unregister (void)
+void PROGRESS_Unregister (void)
 {
     UnregisterClassW (PROGRESS_CLASSW, NULL);
 }



More information about the wine-patches mailing list