[quoted lines by Siju Samuel on 2014/06/18 at 10:59 -0500]

>Still there is error.

Please test this patch (attached as mingw-3.patch).

>If needed I can change to the appropriat MINGw ( latest?) version. Please
>let me know .

My preference is to resolve the problems. While you may be able to upgrade, 
someone else mightn't.

-- 
Dave Mielke           | 2213 Fox Crescent | The Bible is the very Word of God.
Phone: 1-613-726-0014 | Ottawa, Ontario   | http://Mielke.cc/bible/
EMail: [email protected] | Canada  K2A 1H7   | http://FamilyRadio.com/
diff --git a/prologue.h b/prologue.h
index c829991..3169f91 100644
--- a/prologue.h
+++ b/prologue.h
@@ -102,6 +102,10 @@ extern "C" {
 #define _WIN32_WINNT _WIN32_WINNT_WINXP
 #endif /* _WIN32_WINNT */
 
+#ifndef WINVER
+#define WINVER _WIN32_WINNT
+#endif /* WINVER */
+
 #ifdef __MINGW32__
 #ifndef __USE_W32_SOCKETS
 #define __USE_W32_SOCKETS
_______________________________________________
This message was sent via the BRLTTY mailing list.
To post a message, send an e-mail to: [email protected]
For general information, go to: http://mielke.cc/mailman/listinfo/brltty

Reply via email to