Math plugin needs tchar.h
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6561 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
9152c24610
commit
6adc39c848
6 changed files with 6 additions and 4 deletions
|
@ -3,6 +3,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <nsis/pluginapi.h> // nsis plugin
|
||||
#include <nsis/nsis_tchar.h>
|
||||
|
||||
#ifdef _DEBUG
|
||||
//#define _DEBUG_LEAKS
|
||||
|
|
|
@ -4,6 +4,7 @@
|
|||
|
||||
#include <math.h>
|
||||
#include <float.h>
|
||||
#include <nsis/nsis_tchar.h>
|
||||
|
||||
#define DEFAULT_ARRAY_SIZE 1024
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue