summaryrefslogtreecommitdiffstats
path: root/client/windows
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
commit8776562115ab22b76e30eed3379122477ed00372 (patch)
tree15ca4b21829fda7cf7bf0f9d038a30260ad78001 /client/windows
parentba426a3a4cbc3599eeee720052831b06d65a5a2a (diff)
downloadspice-8776562115ab22b76e30eed3379122477ed00372.tar.gz
spice-8776562115ab22b76e30eed3379122477ed00372.tar.xz
spice-8776562115ab22b76e30eed3379122477ed00372.zip
client/windows: undef SIZE_MAX in stdint.h
eliminating redefinition warning
Diffstat (limited to 'client/windows')
-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 45b133e8..768ca033 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