From 3076227025670083756cd908f3a9c6a5f3555b02 Mon Sep 17 00:00:00 2001 From: kichik Date: Sun, 11 Nov 2012 03:48:27 +0000 Subject: [PATCH] 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 --- Contrib/Library/RegTool/RegTool.c | 1 - 1 file changed, 1 deletion(-) diff --git a/Contrib/Library/RegTool/RegTool.c b/Contrib/Library/RegTool/RegTool.c index d9fc9380..e9676936 100644 --- a/Contrib/Library/RegTool/RegTool.c +++ b/Contrib/Library/RegTool/RegTool.c @@ -2,7 +2,6 @@ #include "../../../Source/Platform.h" #include -#include #ifndef _CRT_STRINGIZE #define __CRT_STRINGIZE(_Value) #_Value