commit | 5730a37a58e89dc13e0a29270d7e4968d5a3f787 | [log] [tgz] |
---|---|---|
author | Thomas Klausner <tk@giga.or.at> | Tue Aug 25 07:50:49 2015 +0200 |
committer | Thomas Klausner <tk@giga.or.at> | Tue Aug 25 07:50:49 2015 +0200 |
tree | 771d662460668dfda6724e955271a6cd309d8a10 | |
parent | 51180608c8d1dffcd25f254b5a8fac1d7afda163 [diff] |
Windows portability fixes. Different toolchains/versions provide different symbols. Use _snwprintf instead of swprintf since the latter changed signature. Claim we need at least Windows XP support to get GetFileSizeEx. Tested by Andrew Molyneux, Alex Sandro, and Christoph Becker.