From: "Alberto Chessa" Newsgroups: comp.os.msdos.djgpp Subject: stdcall vs cdecl (-mrtd switch) Date: 6 Apr 1998 10:07:21 GMT Organization: FIAR S.p.A. Lines: 15 Message-ID: <01bd6143$a1f60540$92c809c0@CHESSA> NNTP-Posting-Host: milano37-225.tin.it To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I want do set gcc default call style to 'stdcall' using the compilation switch '-mrtd' but this will affect either the stadard C lib that looks to be compiled for cdecl style (the include files do not force the call method). There is a way to use -mrtd with the standard library or I have to get lib source and recompile ? Exist somewhere a just "stdcall' compiled" C library ? Thanks. (gcc vesion 2.7.2.1)