mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-31 15:18:29 -04:00
Make compile with MS-VC6
This commit is contained in:
parent
7ae2e68396
commit
2cf489eac2
3 changed files with 7 additions and 3 deletions
backend
|
@ -38,10 +38,10 @@
|
|||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <math.h>
|
||||
#include <stdint.h>
|
||||
#ifndef _MSC_VER
|
||||
#include <stdint.h>
|
||||
#else
|
||||
#include "ms_stdint.h"
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
#include "common.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue