mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-27 13:34:19 -04:00
Ultra: Disable code compression by default
Ensures symbols are valid until better version of specification is available
This commit is contained in:
parent
c57b74a7e6
commit
b572bb513d
3 changed files with 107 additions and 104 deletions
|
@ -267,6 +267,9 @@ extern "C" {
|
|||
#define DM_SQUARE 100
|
||||
#define DM_DMRE 101
|
||||
|
||||
// Ultracode specific option
|
||||
#define ULTRA_COMPRESSION 128
|
||||
|
||||
// Warning and error conditions
|
||||
#define ZINT_WARN_INVALID_OPTION 2
|
||||
#define ZINT_WARN_USES_ECI 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue