mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-18 18:37:07 +00:00
better windows support
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user