ChangeLog Small updown cleanup Index: dlls/comctl32/updown.c =================================================================== RCS file: /var/cvs/wine/dlls/comctl32/updown.c,v retrieving revision 1.42 diff -u -r1.42 updown.c --- dlls/comctl32/updown.c 19 Jul 2002 00:27:52 -0000 1.42 +++ dlls/comctl32/updown.c 4 Sep 2002 02:57:00 -0000 @@ -951,9 +951,7 @@ * * Registers the updown window class. */ - -VOID -UPDOWN_Register(void) +void UPDOWN_Register(void) { WNDCLASSW wndClass; @@ -975,9 +973,7 @@ * * Unregisters the updown window class. */ - -VOID -UPDOWN_Unregister (void) +void UPDOWN_Unregister (void) { UnregisterClassW (UPDOWN_CLASSW, (HINSTANCE)NULL); }