mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-20 03:17:12 +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 ""
|
||||
#endif
|
||||
|
||||
#ifndef CONST
|
||||
#define CONST const
|
||||
#endif
|
||||
|
||||
#undef EXPORT
|
||||
#if defined(__WIN32__) || defined(_WIN32) || defined(WIN32)
|
||||
#define EXPORT __declspec(dllexport)
|
||||
|
||||
Reference in New Issue
Block a user