On 05-Aug-2003, Dan Kegel dank@kegel.com wrote:
Part of the solution might be to apply the following patch to the gcc-3.3 source tree:
Rather than patching gcc, an easier solution would be to put the corresponding #defines for _cdecl etc. in a header file called say "ms_extensions.h", and then compile with "gcc -include ms_extensions.h ..." so that these #defines get automatically included in every compilation unit.