added Microsoft requested header file

This commit is contained in:
Antonio Linares
2006-06-28 22:00:43 +00:00
parent 832fc03bb4
commit 861aced933

View File

@@ -66,6 +66,10 @@
#if defined( HB_OS_WIN_32 )
#if defined(_MSC_VER)
#include <conio.h>
#endif
#if defined( HB_ARCH_32BIT ) && \
( defined(__BORLANDC__) || defined(_MSC_VER) || \
defined(__WATCOMC__) || defined(__MINGW32__) )