mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-30 14:55:20 -04:00
backend: standard lib includes before local (fixes [[e1522e]])
This commit is contained in:
parent
e1522e0808
commit
a6cc4f5203
11 changed files with 17 additions and 18 deletions
|
@ -32,11 +32,11 @@
|
|||
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include "common.h"
|
||||
#ifdef _MSC_VER
|
||||
#include <io.h>
|
||||
#include <fcntl.h>
|
||||
#endif
|
||||
#include "common.h"
|
||||
|
||||
/* Limit initial LZW buffer size to this in expectation that compressed data will fit for typical scalings */
|
||||
#define GIF_LZW_PAGE_SIZE 0x100000 /* Megabyte */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue