Commit 5dab7f92 by Thomas Pfaff Committed by DJ Delorie

gthr-win32.h: Include errno.h to get a declaration for EINVAL and _mingw.h if...

* gthr-win32.h: Include errno.h to get a declaration for
EINVAL and _mingw.h if the target is mingw32.

From-SVN: r39187
parent 586964a7
2001-01-22 Thomas Pfaff <tpfaff@gmx.net>
* gthr-win32.h: Include errno.h to get a declaration for
EINVAL and _mingw.h if the target is mingw32.
2001-01-22 Andres Felipe Vargas <avargas@teletulua.com.co>
* cpp.texi: Correct typos.
......
......@@ -65,6 +65,10 @@ Boston, MA 02111-1307, USA. */
#define __GTHREADS 1
#include <windows.h>
#include <errno.h>
#ifdef __MINGW32__
#include <_mingw.h>
#endif
#ifdef _LIBOBJC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment