5 Nov
2016
5 Nov
'16
11:48 p.m.
Hi Jan, On 11/04/2016 07:56 PM, Jan Rheinländer wrote:
it's defined in <corecrt_io.h> which in turn is included by <io.h> Interesting. And which header includes <io.h>? (I'm sure you don't mean <cln/io.h>.) I can't really find anything. Maybe autoconf does some magic? Because in libtool and ltmain.sh it says:
#ifdef _MSC_VER # include <direct.h> # include <process.h> # include <io.h> #else # include <unistd.h> # include <stdint.h> # ifdef __CYGWIN__ # include <io.h> # endif #endif
I see. And thanks for your patience. Does the attached patch work, then? -richy. -- Richard B. Kreckel <http://in.terlu.de/~kreckel/>