mirror of
https://git.code.sf.net/p/zint/code
synced 2025-12-22 20:37:08 +00:00
_MSC_VER malloc.h missing from common.c, gb18030.c, gb2312.c, sjis.c
This commit is contained in:
@@ -53,6 +53,9 @@
|
||||
* If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
#include <string.h>
|
||||
#ifdef _MSC_VER
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include "common.h"
|
||||
#include "sjis.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user