[Spice-devel] [vdagent-win] mingw: Don't define OLDMSCVRT for mingw builds
Christophe Fergeau
cfergeau at redhat.com
Mon Nov 19 04:51:14 PST 2012
When it's defined, this causes some fallback code to be used. In
particular, this causes log messages to not get timestamps.
Issue reported by Han Pilmeyer.
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 9b73def..d2717e2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,7 +9,7 @@ INCLUDES = \
$(NULL)
AM_CXXFLAGS = -flto -fwhole-program
-AM_CPPFLAGS = -DUNICODE -D_UNICODE -DOLDMSVCRT
+AM_CPPFLAGS = -DUNICODE -D_UNICODE
AM_LDFLAGS = -static
if !ENABLE_DEBUG
AM_LDFLAGS += -s
--
1.8.0
More information about the Spice-devel
mailing list