mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Make command line version compile with MS-VC6 and QT-Version with MS-VC8
This commit is contained in:
@ -36,6 +36,7 @@
|
||||
#include "common.h"
|
||||
#ifdef _MSC_VER
|
||||
#include <malloc.h>
|
||||
#define inline _inline
|
||||
#endif
|
||||
|
||||
static const char *C25MatrixTable[10] = {"113311", "311131", "131131", "331111", "113131", "313111",
|
||||
|
Reference in New Issue
Block a user