1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-20 11:27:09 +00:00

backend_tcl: add tcl 9.0 compatibility define (CONST)

This commit is contained in:
ooa64
2025-07-27 11:42:15 +03:00
committed by gitlost
parent be10559208
commit 5699dae022

View File

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