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:
parent
f9efe8a94d
commit
7a9faeb2a5
2 changed files with 8 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
#include "decompress.h"
|
||||
|
||||
#include <string.h> // for memset
|
||||
|
||||
#define EXEHEAD
|
||||
#define NSIS_CONFIG_COMPRESSION_SUPPORT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue