X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5e9f25245196606cd95bf05897c1d6720f6db081..d7c37bdf337d7ca687263520de432eee4a3722db:/src/expat/xmlwf/win32filemap.c?ds=inline diff --git a/src/expat/xmlwf/win32filemap.c b/src/expat/xmlwf/win32filemap.c index 41dc35b614..d1fe3f0d3d 100644 --- a/src/expat/xmlwf/win32filemap.c +++ b/src/expat/xmlwf/win32filemap.c @@ -45,7 +45,7 @@ filemap(const TCHAR *name, return 0; } if (sizeHi) { - _ftprintf(stderr, _T("%s: bigger than 2Gb\n"), name); + _ftprintf(stderr, wxT("%s: bigger than 2Gb\n"), name); return 0; } /* CreateFileMapping barfs on zero length files */ @@ -87,10 +87,10 @@ win32perror(const TCHAR *s) (LPTSTR) &buf, 0, NULL)) { - _ftprintf(stderr, _T("%s: %s"), s, buf); + _ftprintf(stderr, wxT("%s: %s"), s, buf); fflush(stderr); LocalFree(buf); } else - _ftprintf(stderr, _T("%s: unknown Windows error\n"), s); + _ftprintf(stderr, wxT("%s: unknown Windows error\n"), s); }