summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnon Gilboa <agilboa@redhat.com>2011-05-12 12:12:36 +0300
committerArnon Gilboa <agilboa@redhat.com>2011-05-12 15:21:07 +0300
commitecc65a2ff84426736729a1b4aab50315122d281a (patch)
tree65f501577c5a7c6c45195c4ee5317370f2b62641
parent357629177ceedc9324e0e1c36e61fbafae224eeb (diff)
client/windows: undef SIZE_MAX in stdint.h
eliminating redefinition warning
-rw-r--r--client/windows/stdint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/windows/stdint.h b/client/windows/stdint.h
index 45b133e..768ca03 100644
--- a/client/windows/stdint.h
+++ b/client/windows/stdint.h
@@ -293,7 +293,7 @@ typedef unsigned long long uintmax_t;
#define SIG_ATOMIC_MAX INT32_MAX
-
+#undef SIZE_MAX
#define SIZE_MAX UINT32_MAX