Move conio.h from win32.h to mingw.c
commita464b3e17abc16b3ece8fa8c4b4e98a499873b45
authorSteffen Prohaska <prohaska@zib.de>
Mon, 1 Jun 2009 06:15:12 +0000 (1 08:15 +0200)
committerSteffen Prohaska <prohaska@zib.de>
Mon, 1 Jun 2009 06:24:12 +0000 (1 08:24 +0200)
treead22c42d779f2ee505a63d157dc0522f10cbf6e1
parent3c940ccfb75b94737731ea773457a01949ffc729
Move conio.h from win32.h to mingw.c

We need conio.h to avoid a warning about the implicit declaration
of _getch().  Including it in mingw.c is sufficient.
compat/mingw.c
compat/win32.h