tests: Fix compile warning on mingw64
authorVictor Toso <me@victortoso.com>
Tue, 8 Nov 2016 16:09:53 +0000 (17:09 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 9 Nov 2016 17:44:07 +0000 (19:44 +0200)
commitcb9309f2a706edd640dfec0f4d466bcdc471ae46
tree0bf43819ad45446441e8ed91aacbb39ee60d3ee3
parentabe60a92c48af99527c4c7c249f63de30010618f
tests: Fix compile warning on mingw64

In file included from ../../libs/gst/net/gstntppacket.c:35:0,
                 from netclock-replay.c:25:
../../config.h:546:0: error: "__MSVCRT_VERSION__" redefined [-Werror]
 #define __MSVCRT_VERSION__ 0x0601

In file included from /usr/x86_64-w64-mingw32/sys-root/mingw/include/crtdefs.h:10:0,
                 from /usr/x86_64-w64-mingw32/sys-root/mingw/include/stdio.h:9,
                 from netclock-replay.c:21:
/usr/x86_64-w64-mingw32/sys-root/mingw/include/_mingw.h:220:0: note:
this is the location of the previous definition
 # define __MSVCRT_VERSION__ 0x0700

https://bugzilla.gnome.org/show_bug.cgi?id=774108
tests/misc/netclock-replay.c