mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Windows: #196 MinGW/MSYS instructions; INTERNAL and printf %zu Windows-compat fixes
This commit is contained in:
@ -55,7 +55,7 @@
|
||||
#define ustrcpy(target, source) strcpy((char *) (target), (const char *) (source))
|
||||
#define ustrcat(target, source) strcat((char *) (target), (const char *) (source))
|
||||
|
||||
#if defined(__GNUC__) && !defined(ZINT_TEST)
|
||||
#if defined(__GNUC__) && !defined(_WIN32) && !defined(ZINT_TEST)
|
||||
#define INTERNAL __attribute__ ((visibility ("hidden")))
|
||||
#else
|
||||
#define INTERNAL
|
||||
|
Reference in New Issue
Block a user