zip2exe: The fix for bug #1085 causes a MSVC redefinition warning when <tchar.h> is included.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6540 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2014-08-18 20:20:55 +00:00
parent ec5f767d74
commit 5ae69eb9cc

View file

@ -1,5 +1,6 @@
#include "../../Source/Platform.h"
#undef _tcsrchr // The fix for bug #1085 causes a MSVC redefinition warning when <tchar.h> is included by zlib/unzip.h -> zlib/ioapi.h.
#include <windows.h>
#include <tchar.h>
#include <stdio.h>