mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Resolve link error LNK2019 in VS
Bugfix by Milton Neal <miltonneal@bigpond.com>
This commit is contained in:
parent
2c2200a7cb
commit
6dbf817ffa
@ -205,7 +205,7 @@ extern int code_one(struct zint_symbol *symbol, unsigned char source[], int leng
|
||||
extern int grid_matrix(struct zint_symbol *symbol, const unsigned char source[], int length); /* Grid Matrix */
|
||||
extern int han_xin(struct zint_symbol * symbol, const unsigned char source[], int length); /* Han Xin */
|
||||
extern int dotcode(struct zint_symbol * symbol, const unsigned char source[], int length); /* DotCode */
|
||||
extern int codablock(struct zint_symbol * symbol, const unsigned char source[], int length); /* Codablock */
|
||||
extern int codablock(struct zint_symbol * symbol, unsigned char source[], int length); /* Codablock */
|
||||
|
||||
extern int plot_raster(struct zint_symbol *symbol, int rotate_angle, int file_type); /* Plot to PNG/BMP/PCX */
|
||||
extern int render_plot(struct zint_symbol *symbol, float width, float height); /* Plot to gLabels */
|
||||
|
Loading…
Reference in New Issue
Block a user