diff options
author | Dan McGee <dan@archlinux.org> | 2008-04-07 18:36:18 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-04-07 19:09:46 -0500 |
commit | bec2ba5b4005053ce8f7048fa825ed58e3adfdc2 (patch) | |
tree | 30be07c6ff6626f984690649335ed1fc4152e6e2 /COPYING | |
parent | 9441fba12430f568b8b7456fcbe54d4c8a42d24d (diff) |
Add check for swprintf() and a workaround when it is missing
We use this function once in our codebase, but fortunately the workaround is
relatively easy. swprintf() is not available on Cygwin so the compile failed
there, but we can do a series of mbstowcs() calls that produce the same end
result as the swprintf() call.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions