commit | 9e61c1cc9ba62f947cd05e567c4538c2fbc60354 | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Sat Jun 12 08:27:49 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Jun 12 08:27:49 1999 +0000 |
tree | f5134dfd38f281fbe3610e4c397584b6943990a1 | |
parent | 0e35ebada0324d103857a60d5c39d74cc1d94a54 [diff] [blame] |
Changed xxx(VOID) to xxx(void).
diff --git a/dlls/comctl32/imagelist.c b/dlls/comctl32/imagelist.c index 0ce2256..9fca3c3 100644 --- a/dlls/comctl32/imagelist.c +++ b/dlls/comctl32/imagelist.c
@@ -1118,7 +1118,7 @@ */ BOOL WINAPI -ImageList_EndDrag (VOID) +ImageList_EndDrag (void) { FIXME (imagelist, "semi-stub!\n");