diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2010-01-17 11:59:54 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2010-01-17 11:59:54 +0200 |
commit | 07a11dad44e041b01dcfc73e8d4e00731158c06d (patch) | |
tree | e4283d885927634bc82fba3848e8ab6365888613 /windows/config.h | |
parent | Update the xz man page to match the previous two commits. (diff) | |
download | xz-07a11dad44e041b01dcfc73e8d4e00731158c06d.tar.xz |
Updated windows/Makefile.
Thanks to Dan Shechter for the patch.
It is likely that windows/Makefile will be removed
completely, because Autotols based build nowadays
works well with both 32-bit and 64-bit MinGW (I
just need to update the docs).
Diffstat (limited to '')
-rw-r--r-- | windows/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/windows/config.h b/windows/config.h index 915f6bd3..09dabdb8 100644 --- a/windows/config.h +++ b/windows/config.h @@ -166,3 +166,5 @@ #elif ! defined __LITTLE_ENDIAN__ /* # undef WORDS_BIGENDIAN */ #endif + +#define ASSUME_RAM 32 |