mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-20 19:37:06 +00:00
backend_tcl: add tcl 9.0 compatibility define (CONST)
This commit is contained in:
@@ -225,6 +225,10 @@ typedef int Tcl_Size;
|
|||||||
# define TCL_SIZE_MODIFIER ""
|
# define TCL_SIZE_MODIFIER ""
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef CONST
|
||||||
|
#define CONST const
|
||||||
|
#endif
|
||||||
|
|
||||||
#undef EXPORT
|
#undef EXPORT
|
||||||
#if defined(__WIN32__) || defined(_WIN32) || defined(WIN32)
|
#if defined(__WIN32__) || defined(_WIN32) || defined(WIN32)
|
||||||
#define EXPORT __declspec(dllexport)
|
#define EXPORT __declspec(dllexport)
|
||||||
|
|||||||
Reference in New Issue
Block a user