bzip2 mode reduced down to 36.5kb. yay.

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1205 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
justin1014 2002-09-27 04:05:26 +00:00
parent 83655f8352
commit 4dc468b307
4 changed files with 17 additions and 24 deletions

View file

@ -65,8 +65,7 @@
// smaller data mode that saves 336 bytes of data, but adds 60 bytes of code.
// currently saving code is more important to reach our targets. this may change tho.
#if 0
#if 1
#define PACK3(x,y,z) ((z) << 20)|((y) << 10)|(x)