Hi Björn, Thorsten, Following on from my previous, perhaps the full patch should be -
#ifdef _WIN32 # include <direct.h> # include <io.h> #define unlink _unlink #define mkdir _mkdir #else // !_WIN32 #include <unistd.h> #endif To make windows happy ;=)) and avoid some warnings... Regards, Geoff. ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ Flightgear-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-devel

