Module: wine Branch: master Commit: 2993785f3aa6f1b9f5ccc4a2ace21399d2ba42f1 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2993785f3aa6f1b9f5ccc4a2ac...
Author: Francois Gouget fgouget@free.fr Date: Wed Aug 29 21:42:28 2007 +0200
Assorted non-ANSI function declaration fixes (missing void).
---
dlls/cards/cards.c | 2 +- dlls/comctl32/tests/monthcal.c | 2 +- dlls/comctl32/tests/toolbar.c | 2 +- dlls/dpnhpast/main.c | 2 +- dlls/gdiplus/tests/graphics.c | 4 ++-- dlls/gdiplus/tests/image.c | 2 +- dlls/gphoto2.ds/ui.c | 2 +- dlls/kernel32/relay16.c | 2 +- dlls/msxml3/tests/domdoc.c | 4 ++-- dlls/oleaut32/oleaut.c | 2 +- dlls/olepro32/olepro32stubs.c | 4 ++-- dlls/quartz/main.c | 2 +- dlls/setupapi/stubs.c | 2 +- dlls/shell32/tests/systray.c | 2 +- dlls/shlwapi/thread.c | 2 +- dlls/user32/tests/class.c | 2 +- dlls/uxtheme/system.c | 2 +- dlls/winedos/vga.c | 2 +- dlls/wineps.drv/mkagl.c | 6 +++--- programs/taskmgr/graphctl.c | 4 ++-- tools/winapi/msvcmaker | 2 +- 21 files changed, 27 insertions(+), 27 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=2993785f3aa6f1b9f5ccc4...