Commit Graph

3 Commits

Author SHA1 Message Date
Steffen Prohaska
a464b3e17a 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.
2009-06-01 08:24:12 +02:00
Johannes Schindelin
d9215c962b winansi: fix compile warnings
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2009-05-07 14:46:48 +02:00
Dmitry Potapov
444dc90322 mingw: move common functionality to win32.h
Some small Win32 specific functions will be shared by MinGW and
Cygwin compatibility layer. Place them into a separate header.

Signed-off-by: Dmitry Potapov <dpotapov@gmail.com>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2008-09-30 14:30:06 -07:00