mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +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 "QuantHeap.h"
|
||||
|
||||
/* MSVC9.0 */
|
||||
#ifndef UINT32_MAX
|
||||
#define UINT32_MAX 0xffffffff
|
||||
#endif
|
||||
|
||||
#define NO_OUTPUT
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Reference in New Issue
Block a user