conterm/include/dtos.h

11 lines
271 B
C
Raw Normal View History

2005-08-08 16:50:13 +04:00
#if defined(linux) || defined(IRIX) || defined(SOLARIS) || defined(OSF1) || defined(__FreeBSD__) || defined(__APPLE__)
# include "unix.h"
# ifdef __APPLE__
# define panic dt_panic
# endif
#elif defined(WINDOWS)
# include "9windows.h"
2005-08-08 16:50:13 +04:00
#else
# error "Define an OS"
#endif