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:
parent
c57a89312f
commit
3076227025
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include "../../../Source/Platform.h"
|
||||
#include <windows.h>
|
||||
#include <tchar.h>
|
||||
|
||||
#ifndef _CRT_STRINGIZE
|
||||
#define __CRT_STRINGIZE(_Value) #_Value
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue