mirror of
https://git.code.sf.net/p/zint/code
synced 2026-01-09 13:05:58 +00:00
LIBZINT module definition file for Windows
This commit is contained in:
27
backend/zint.def
Normal file
27
backend/zint.def
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
;------------------------------------------
|
||||||
|
; LIBZINT module definition file for Windows
|
||||||
|
;------------------------------------------
|
||||||
|
|
||||||
|
LIBRARY
|
||||||
|
|
||||||
|
EXPORTS
|
||||||
|
;Version 2.4.0
|
||||||
|
DllGetVersion
|
||||||
|
|
||||||
|
ZBarcode_Create
|
||||||
|
ZBarcode_Clear
|
||||||
|
ZBarcode_Delete
|
||||||
|
|
||||||
|
ZBarcode_Encode
|
||||||
|
ZBarcode_Encode_File
|
||||||
|
ZBarcode_Print
|
||||||
|
ZBarcode_Encode_and_Print
|
||||||
|
ZBarcode_Encode_File_and_Print
|
||||||
|
|
||||||
|
ZBarcode_Render
|
||||||
|
|
||||||
|
ZBarcode_Buffer
|
||||||
|
ZBarcode_Encode_and_Buffer
|
||||||
|
ZBarcode_Encode_File_and_Buffer
|
||||||
|
|
||||||
|
ZBarcode_ValidID
|
||||||
Reference in New Issue
Block a user