MSVC doesn't define UINT32_MAX

This commit is contained in:
wiredfool 2016-05-24 05:50:10 -07:00
parent 5369d8edd7
commit 76605634e6

View File

@ -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 {