conterm/include/dtos.h

12 lines
315 B
C
Raw Normal View History

2005-12-30 01:40:50 +03:00
#if defined(linux) || defined(IRIX) || defined(SOLARIS) || defined(OSF1) || defined(__FreeBSD__) || defined(__APPLE__) || defined(__NetBSD__)
2005-08-08 16:50:13 +04:00
# include "unix.h"
# ifdef __APPLE__
# define panic dt_panic
# endif
#elif defined(WINDOWS)
# include "9windows.h"
2005-11-08 04:35:49 +03:00
# define main mymain
2005-08-08 16:50:13 +04:00
#else
# error "Define an OS"
#endif