tchar.h is already included in platform.h

no need to include nsis_tchar.h from exdll (this is not a plug-in anyway)

this fixes a '_tstof' redefinition warning 

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6278 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2012-11-11 02:39:35 +00:00
parent 378a89112e
commit 5289607dbd
2 changed files with 0 additions and 2 deletions

View file

@ -26,7 +26,6 @@
#include "makensisw.h"
#include "resource.h"
#include "toolbar.h"
#include "../ExDLL/nsis_tchar.h"
#ifdef _countof
#define COUNTOF _countof

View file

@ -4,7 +4,6 @@
#include "update.h"
#include "jnetlib/httpget.h"
#include "../ExDLL/nsis_tchar.h"
static BOOL update_initialized = FALSE;