mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-12 22:25:59 -04:00
_MSC_VER malloc.h missing from common.c, gb18030.c, gb2312.c, sjis.c
This commit is contained in:
parent
3bda3b6213
commit
729b55b607
4 changed files with 12 additions and 0 deletions
|
@ -32,6 +32,9 @@
|
|||
/* vim: set ts=4 sw=4 et : */
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#ifdef _MSC_VER
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include "common.h"
|
||||
|
||||
/* Local replacement for strlen() with unsigned char strings */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue