"Mike" == Mike Hearn mh@codeweavers.com writes:
Mike> On Sun, 07 Mar 2004 19:32:39 -0700, Jesse Allen wrote: >> 1) Create our own vsnprintf version from scratch (fairly difficult) >> or 2) Create a wrapper for glibc's vsnprintf that translates win32ish >> format statements into a glibc friendly one. (not too bad and >> smaller patch) We could later move in a better or complete version to >> improve performance.
Mike> 3) Copy/paste the glibc version into Wine with appropriate munging Mike> and start fixing bugs in it.
Another option is to extend the glibcv version and try to get that version into glibc...