On December 18, 2002 03:28 am, Francois Gouget wrote:
- if you want maximum compatibility, then use the msvcrt headers. Then
you will not have that problem.
To clarify this point: this app (actually library: wxWindows) when compiled under MinGW expects stuff in headers that are not present in msvcrt headers (such as gethostname()). So, for maximum compatibility, we need to support native Unix headers. :)