mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-16 16:14:36 -04:00
better windows support
This commit is contained in:
parent
f8166fa331
commit
8ff0df1491
5 changed files with 8 additions and 6 deletions
|
@ -109,7 +109,10 @@ extern int codablock(struct zint_symbol *symbol, unsigned char source[]); /* Cod
|
|||
extern int daft_code(struct zint_symbol *symbol, unsigned char source[]); /* DAFT Code */
|
||||
extern int ean_14(struct zint_symbol *symbol, unsigned char source[]); /* EAN-14 */
|
||||
|
||||
#ifndef NO_PNG
|
||||
extern int png_plot(struct zint_symbol *symbol);
|
||||
#endif
|
||||
|
||||
extern int ps_plot(struct zint_symbol *symbol);
|
||||
|
||||
int ZBarcode_Encode(struct zint_symbol *symbol, unsigned char *input)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue