mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
backend: standard lib includes before local (fixes [[e1522e]])
This commit is contained in:
@ -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 */
|
||||
|
Reference in New Issue
Block a user