client/windows: undef SIZE_MAX in stdint.h

eliminating redefinition warning
This commit is contained in:
Arnon Gilboa 2011-05-12 12:12:36 +03:00 committed by Alon Levy
parent 51bc547921
commit e35b6804db

View File

@ -293,7 +293,7 @@ typedef unsigned long long uintmax_t;
#define SIG_ATOMIC_MAX INT32_MAX
#undef SIZE_MAX
#define SIZE_MAX UINT32_MAX