mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
Malloc declaration needed for Visual Studio
This commit is contained in:
parent
06dafdce3c
commit
5992bbf6e5
@ -39,6 +39,7 @@
|
||||
#ifdef _MSC_VER
|
||||
#include <io.h>
|
||||
#include <fcntl.h>
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
#define SSET "0123456789ABCDEF"
|
||||
|
@ -35,6 +35,10 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <math.h>
|
||||
#ifdef _MSC_VER
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
||||
#include "common.h"
|
||||
|
||||
#define SSET "0123456789ABCDEF"
|
||||
|
Loading…
Reference in New Issue
Block a user