mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-28 22:14:19 -04:00
Include VIN and MailMark symbologies
This commit is contained in:
parent
fa3c150610
commit
7fb7203a86
6 changed files with 24 additions and 8 deletions
|
@ -49,7 +49,10 @@
|
|||
- Misspelled symbology: AztecRunes
|
||||
2017-10-23 2.6.2 HaO
|
||||
- Framework 2.6.2 bugfixes
|
||||
- Allow dll unload
|
||||
- Allow dll unload
|
||||
2018-02-13 2.6.3 HaO
|
||||
- Framework trunk update
|
||||
- Added VIN and MailMark symbologies.
|
||||
*/
|
||||
|
||||
#if defined(__WIN32__) || defined(_WIN32) || defined(WIN32)
|
||||
|
@ -89,7 +92,7 @@
|
|||
/*----------------------------------------------------------------------------*/
|
||||
/* > File option defines */
|
||||
|
||||
#define VERSION "2.6.2"
|
||||
#define VERSION "2.6.3"
|
||||
|
||||
/*----------------------------------------------------------------------------*/
|
||||
/* >>>>> Hepler defines */
|
||||
|
@ -158,7 +161,8 @@ static char *s_code_list[] = {
|
|||
"ISBN",
|
||||
"RM4SCC",
|
||||
"Datamatrix",
|
||||
"EAN14",
|
||||
"EAN14",
|
||||
"VIN",
|
||||
"CodablockF",
|
||||
"NVE18",
|
||||
"JapanPost",
|
||||
|
@ -185,7 +189,8 @@ static char *s_code_list[] = {
|
|||
"HIBC-CodablockF",
|
||||
"HIBCAztec",
|
||||
"DotCode",
|
||||
"HanXin",
|
||||
"HanXin",
|
||||
"MailMark",
|
||||
"AztecRunes",
|
||||
"Code32",
|
||||
"EAN-CC",
|
||||
|
@ -251,7 +256,8 @@ static int s_code_number[] = {
|
|||
BARCODE_ISBNX,
|
||||
BARCODE_RM4SCC,
|
||||
BARCODE_DATAMATRIX,
|
||||
BARCODE_EAN14,
|
||||
BARCODE_EAN14,
|
||||
BARCODE_VIN,
|
||||
BARCODE_CODABLOCKF,
|
||||
BARCODE_NVE18,
|
||||
BARCODE_JAPANPOST,
|
||||
|
@ -278,7 +284,8 @@ static int s_code_number[] = {
|
|||
BARCODE_HIBC_BLOCKF,
|
||||
BARCODE_HIBC_AZTEC,
|
||||
BARCODE_DOTCODE,
|
||||
BARCODE_HANXIN,
|
||||
BARCODE_HANXIN,
|
||||
BARCODE_MAILMARK,
|
||||
BARCODE_AZRUNE,
|
||||
BARCODE_CODE32,
|
||||
BARCODE_EANX_CC,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue