shithub: drawterm

ref: 6519a0a6f21e7935c2db7ed75ed4afa9001f7b7c
dir: /include/dtos.h/

View raw version
#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 "winduhz.h"
#else
#	error "Define an OS"
#endif