On January 10, 2003 07:47 pm, Steven Edwards wrote:
Changelog: (porting fix for Mingw/Windows) check for vsnprintf and _vsnprintf define vsnprintf with _vsnprintf
Alexandre, why don't we link with oldnames.lib in Windows, and get rid of all these tests?
"Dimitrie O. Paun" dpaun@rogers.com writes:
Alexandre, why don't we link with oldnames.lib in Windows, and get rid of all these tests?
Unfortunately there's no vsnprintf in oldnames.lib...
--- Alexandre Julliard julliard@winehq.com wrote:
"Dimitrie O. Paun" dpaun@rogers.com writes:
Alexandre, why don't we link with oldnames.lib in Windows, and get rid of all these tests?
Unfortunately there's no vsnprintf in oldnames.lib...
I think I missed something somewhere. Where is oldnames.lib?
Thanks Steven
__________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com
On Fri, 10 Jan 2003, Steven Edwards wrote:
--- Alexandre Julliard julliard@winehq.com wrote:
"Dimitrie O. Paun" dpaun@rogers.com writes:
Alexandre, why don't we link with oldnames.lib in Windows, and get rid of all these tests?
Unfortunately there's no vsnprintf in oldnames.lib...
I think I missed something somewhere. Where is oldnames.lib?
It's astatic library which ships with Visual C++. You can find it in VC98\Lib
The issue wrt. open and other variable argument functions may be our cue that we should really have our own oldnames.a library...
It's astatic library which ships with Visual C++. You can find it in VC98\Lib
The issue wrt. open and other variable argument functions may be our cue that we should really have our own oldnames.a library...
Sounds good and if it will save me from having to write more boring configure checks then I am all for it. =) Once again I think its one of those things that sounds god but I dont know how much I can help on it other then testing.
Thanks Steven
__________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com