[Spice-devel] [PATCH 5/6] client/windows: undef SIZE_MAX in stdint.h
Arnon Gilboa
agilboa at redhat.com
Thu May 12 02:37:30 PDT 2011
eliminating redefinition warning
---
client/windows/stdint.h | 2 +-
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
--
1.7.4.1
More information about the Spice-devel
mailing list