fixed bug #1098 so test-code works on ubuntu now

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6545 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2014-10-05 21:52:03 +00:00
parent 6fb77d0a16
commit 14fcfbe1a8
3 changed files with 16 additions and 6 deletions

View file

@ -12,6 +12,8 @@
#define EXEHEAD
#define NSIS_CONFIG_COMPRESSION_SUPPORT
#include "../Platform.h"
extern "C" {
#define NSIS_COMPRESS_USE_BZIP2
#include "../bzip2/bzlib.h"