|
| From: | Paul D. Smith |
| Subject: | [bug #40227] Various fixes for MSVC build of 4.0 |
| Date: | Mon, 14 Oct 2013 21:20:55 +0000 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.66 Safari/537.36 |
Follow-up Comment #11, bug #40227 (project make):
Is it sufficient to add this line to output.c, like this:
#ifdef WINDOWS32
# define __USE_MINGW_ANSI_STDIO 1
# include <windows.h>
# include <io.h>
# include "sub_proc.h"
#endif /* WINDOWS32 */
?? Be sure to clean up any other local changes before testing. If that's good
enough then it's much simpler than trying to change the compiler parameters to
add a -D flag.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?40227>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |