fixed bug #1667637 - build, test failures in nsis CVS on Debian GNU/Linux

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4956 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-02-24 12:16:32 +00:00
parent f9efe8a94d
commit 7a9faeb2a5
2 changed files with 8 additions and 0 deletions

View file

@ -3,6 +3,11 @@
#include "Math.h"
extern "C" int _fltused;
#ifdef __MINGW32__
int _fltused = 1;
#endif
ExpressionItem *stack;
int UserVarsCount, UserFuncsCount;
@ -1503,6 +1508,7 @@ void __declspec(dllexport) Script(HWND hwndParent, int string_size,
}
double _infinity;
extern "C" void _fpreset();
void CleanAll(int init)
{

View file

@ -1,5 +1,7 @@
#include "decompress.h"
#include <string.h> // for memset
#define EXEHEAD
#define NSIS_CONFIG_COMPRESSION_SUPPORT