better windows support

This commit is contained in:
taipanromania 2008-09-26 11:39:06 +00:00
parent f8166fa331
commit 8ff0df1491
5 changed files with 8 additions and 6 deletions

View file

@ -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)