ChangeLog 20000417-11:05 GMT+1
This commit is contained in:
@@ -85,12 +85,15 @@
|
||||
#if defined(__WATCOMC__) && defined(__386__) && !defined(__WINDOWS_386__)
|
||||
#define HB_DOS_INT86 int386
|
||||
#define HB_DOS_INT86X int386x
|
||||
#define HB_XREGS w
|
||||
#elif defined(__RSX32__)
|
||||
#define HB_DOS_INT86 _int86
|
||||
#define HB_DOS_INT86X _int86x
|
||||
#define HB_XREGS x
|
||||
#else
|
||||
#define HB_DOS_INT86 int86
|
||||
#define HB_DOS_INT86X int86x
|
||||
#define HB_XREGS x
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
@@ -198,6 +198,20 @@
|
||||
* Platform detection
|
||||
*/
|
||||
|
||||
#ifdef __WATCOMC__
|
||||
#if defined(__OS2__)
|
||||
#define HB_OS_OS2
|
||||
#elif defined(__NT__) || defined(__WINDOWS_386__) || defined(__WINDOWS__)
|
||||
#define HB_OS_WIN_32
|
||||
#elif defined(__386__)
|
||||
#define HB_OS_DOS
|
||||
#define HB_OS_DOS_32
|
||||
#else
|
||||
#define HB_OS_DOS
|
||||
#define HB_OS_DOS_16
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef HB_OS_DOS
|
||||
#if defined(DOS) || defined(_QC) || defined(__DOS__) || defined(MSDOS) || defined(__MSDOS__) || defined(__RSX32__)
|
||||
#define HB_OS_DOS
|
||||
|
||||
Reference in New Issue
Block a user