mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-04 07:53:40 +03:00
MSVC doesn't define UINT32_MAX
This commit is contained in:
parent
5369d8edd7
commit
76605634e6
|
@ -31,6 +31,11 @@
|
||||||
#include "QuantHash.h"
|
#include "QuantHash.h"
|
||||||
#include "QuantHeap.h"
|
#include "QuantHeap.h"
|
||||||
|
|
||||||
|
/* MSVC9.0 */
|
||||||
|
#ifndef UINT32_MAX
|
||||||
|
#define UINT32_MAX 0xffffffff
|
||||||
|
#endif
|
||||||
|
|
||||||
#define NO_OUTPUT
|
#define NO_OUTPUT
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user