summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-02-29 19:01:55 +0100
committerAlon Levy <alevy@redhat.com>2012-03-04 10:50:38 +0200
commit4ec9ac20fce858d7fe6769b14b521b62c64c828c (patch)
tree789de6d43a12f0e90c02f8d1a730595cd8b8f794 /GNUmakefile
parent5989e2d1c4fa997dc2dbd4ea331bf6e77a425aff (diff)
downloadspice-4ec9ac20fce858d7fe6769b14b521b62c64c828c.tar.gz
spice-4ec9ac20fce858d7fe6769b14b521b62c64c828c.tar.xz
spice-4ec9ac20fce858d7fe6769b14b521b62c64c828c.zip
mingw: #ifdef unneeded #define in common.h
common.h has some #define when doing win32 build to workaround a few missing functions on these systems. However, since mingw32 has some of these, this causes either warnings about redefining preprocessor symbols or wreak havoc in mingw headers trying to use these symbols. This commit wraps these symbols in an #ifndef __MINGW32__ to avoid using them on this platform.
Diffstat (limited to 'GNUmakefile')
0 files changed, 0 insertions, 0 deletions