mingw-w64/mingw-w64-headers
nightstrike 2aea2526c2 Uglify function parameter names in public headers
For a long time, we have used unprefixed symbols like "a" in public
facing headers.  These are caught by the libstdc++ testsuite, so fix
them globally where possible.  The general technique applied is:

1) Default to just removing the parameter entirely if it provides no
additional information to the reader.  For instance:

  void f(struct timespec *t); // The letter 't' there is not helpful

2) In cases where the data type is generic and the parameter name has
added documentation value, replace it with a prefixed version, either
two underscores, or one underscore and an uppercase letter.  It seems
that much existing code uses the latter, so this patch does likewise.
For instance:

  void f(int signal);
  void f(int _Signal);
2021-08-25 19:12:52 -07:00
..
build-aux include: Regenerate configure. 2019-05-18 01:26:06 +08:00
crt Uglify function parameter names in public headers 2021-08-25 19:12:52 -07:00
ddk headers: Add MsvAvSingleHost in MSV1_0_AVID enum. 2021-06-25 23:44:36 +08:00
defaults headers: Get rid of _mingw_directx.h. 2020-01-20 15:41:40 +01:00
include headers: Add new API declarations in winhvplatform.h 2021-08-13 23:02:01 +08:00
testcases/2009
tlb headers: Import exdisp.idl and spatialaudioclient.idl from Wine. 2020-04-14 17:27:17 +02:00
aclocal.m4 headers: Regenerate configure 2021-03-14 19:26:50 +08:00
ChangeLog New 2014 log 2014-01-25 02:21:56 +00:00
ChangeLog.2009
ChangeLog.2010
ChangeLog.2011
ChangeLog.2012
ChangeLog.2013 Rotate 2013 log 2014-01-25 02:21:20 +00:00
config.h.in
configure headers: Regenerate configure 2021-03-14 19:26:50 +08:00
configure.ac headers,crt: Upgrade to autoconf 2.71 and automake 1.16.3 2021-04-03 17:49:34 +08:00
Makefile.am headers: Import proofofpossessioncookieinfo.idl from Wine. 2021-06-29 21:32:58 +02:00
Makefile.in headers: Regenerate Makefile.in after cdb052f1d4 2021-08-17 17:01:37 +03:00
wine-import.sh headers: Import propvarutil.h from wine 2021-07-15 00:36:43 +08:00