1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-22 20:37:08 +00:00

Malloc declaration needed for Visual Studio

This commit is contained in:
Robin Stuart
2016-11-05 16:46:24 +00:00
parent 06dafdce3c
commit 5992bbf6e5
2 changed files with 5 additions and 0 deletions

View File

@@ -39,6 +39,7 @@
#ifdef _MSC_VER
#include <io.h>
#include <fcntl.h>
#include <malloc.h>
#endif
#define SSET "0123456789ABCDEF"