mirror of
https://github.com/woo-j/zint.git
synced 2025-01-11 01:17:45 +03:00
Check compiler before including malloc.h
This commit is contained in:
parent
bfb183e5df
commit
20ccbcd4e4
@ -35,7 +35,9 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#ifdef _MSC_VER
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include "common.h"
|
||||
#include "emf.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user