I have downloaded the timezone database library and am trying to compile it under windows to a DLL. When I do this, I get messages like:
1>c:\javatools\tzinfo\src\private.h(97): fatal error C1083: Cannot open include file: 'sys/wait.h': No such file or directory
and, of course, sys/wait.h is not ANSI C, which is the issue. I seem to recall windows have some near file names to this. Can I get an assist here?
Thanks.
sys/wait.his POSIX header... Don't expect it to be present on Windows. - Artyom