[APPLICATIONS]
authorRoel Messiant <roelmessiant@gmail.com>
Sat, 12 Mar 2011 19:03:27 +0000 (19:03 +0000)
committerRoel Messiant <roelmessiant@gmail.com>
Sat, 12 Mar 2011 19:03:27 +0000 (19:03 +0000)
commitbd9d264de3f6f76f6cb176da8816b70e99c07420
tree0f8183b4b7f99d5ef8d40ceb5c69225d218f1dda
parentf51eb1ce6037e8f78c2ff0a1484608d5d138f322
[APPLICATIONS]
- Change all C function prototype declarations with an empty argument list to use void, or the list specified in the function definition.
  According to the C language specification, such a declaration means "no information about the number or types of the parameters is supplied".
  This can expose cases where gcc allows us to pass an excessive amount of arguments to functions in certain cases.
  Thanks to Thomas Faber for informing us about this.

svn path=/trunk/; revision=51027
reactos/base/applications/dxdiag/precomp.h
reactos/base/applications/games/solitaire/solitaire.h
reactos/base/applications/games/spider/spider.h
reactos/base/applications/magnify/magnifier.h
reactos/base/applications/network/ftp/ftp_var.h
reactos/base/applications/network/ftp/prototypes.h
reactos/base/applications/network/net/net.h
reactos/base/applications/paint/dialogs.h
reactos/base/applications/paint/history.h
reactos/base/applications/paint/mouse.h