This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Ada merge of 23-04-23 (cal.c) vs mingw32


The "formatting and trivial change" merge in ada directory

2003-04-23   Geert Bosch <bosch@gnat.com>

added this to cal.c:

+#ifdef __MINGW32__
+#include "mingw32.h"
+#if STD_MINGW
+#include <winsock.h>
+#endif
+#endif
+

This breaks mingw32 build.

Where is "mingw32.h"
Where is STD_MINGW documented?

Recent mingw runtime defines timeval struct in sys/time.
It is also defined in winsock headers. 

Danny

http://mobile.yahoo.com.au - Yahoo! Mobile
- Check & compose your email via SMS on your Telstra or Vodafone mobile.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]