Make pack200 use QFile by proxy, eliminating some unicode issues.

This commit is contained in:
Petr Mrázek
2013-12-22 18:49:52 +01:00
parent 7a07ed7940
commit 3051d0d328
5 changed files with 73 additions and 34 deletions

View File

@ -13,7 +13,9 @@
// disable warnings about exception specifications,
// which are not implemented in Visual C++
#pragma warning(disable:4290)
#ifdef MSVC
#pragma warning(disable:4290)
#endif
#endif
#ifdef __APPLE__