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:
parent
378a89112e
commit
5289607dbd
2 changed files with 0 additions and 2 deletions
|
@ -26,7 +26,6 @@
|
||||||
#include "makensisw.h"
|
#include "makensisw.h"
|
||||||
#include "resource.h"
|
#include "resource.h"
|
||||||
#include "toolbar.h"
|
#include "toolbar.h"
|
||||||
#include "../ExDLL/nsis_tchar.h"
|
|
||||||
|
|
||||||
#ifdef _countof
|
#ifdef _countof
|
||||||
#define COUNTOF _countof
|
#define COUNTOF _countof
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
#include "update.h"
|
#include "update.h"
|
||||||
|
|
||||||
#include "jnetlib/httpget.h"
|
#include "jnetlib/httpget.h"
|
||||||
#include "../ExDLL/nsis_tchar.h"
|
|
||||||
|
|
||||||
static BOOL update_initialized = FALSE;
|
static BOOL update_initialized = FALSE;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue