Platform.h defines TCHAR, no need to include tchar.h from the system

this fixes another set of redefinition warnings

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6281 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2012-11-11 03:48:27 +00:00
parent c57a89312f
commit 3076227025

View file

@ -2,7 +2,6 @@
#include "../../../Source/Platform.h"
#include <windows.h>
#include <tchar.h>
#ifndef _CRT_STRINGIZE
#define __CRT_STRINGIZE(_Value) #_Value