newlib-cygwin/winsup/utils/mingw
Ken Brown 30c5411d07 Cygwin: remove most occurrences of __stdcall and __cdecl
These have no effect on x86_64.  Retain a few occurrences of __cdecl
in files imported from other sources.

Also retain all occurrences of WINAPI, even though the latter is
simply a macro that expands to __stdcall.  Most of these occurrences
are associated with Windows API functions, and removing them might
make the code confusing instead of simpler.
2022-06-06 12:00:45 -04:00
..
Makefile.am Cygwin: statically link the tools in winsup/utils/mingw 2021-09-17 21:38:07 -04:00
bloda.cc Cygwin: Define PSAPI_VERSION as 1 before including psapi.h 2021-07-09 13:24:08 +01:00
cygcheck.cc Cygwin: utils: drop unnecessary wow64 checks 2022-05-13 14:34:20 +02:00
cygwin-console-helper.cc Cygwin: pty: Fix script command crash on console in Win7. 2022-05-15 07:25:56 +09:00
dump_setup.cc Move source files used in utils/mingw/ into that subdirectory 2021-05-10 14:41:40 +01:00
ldh.cc Move source files used in utils/mingw/ into that subdirectory 2021-05-10 14:41:40 +01:00
path.cc Move source files used in utils/mingw/ into that subdirectory 2021-05-10 14:41:40 +01:00
strace.cc Cygwin: remove most occurrences of __stdcall and __cdecl 2022-06-06 12:00:45 -04:00
testsuite.cc Move source files used in utils/mingw/ into that subdirectory 2021-05-10 14:41:40 +01:00
testsuite.h Cygwin: utils: enable -idirafter to fetch Cygwin headers from mingw sources 2021-05-26 11:01:32 +02:00