diff compat.c @ 441:b559c06a76c2

Implemented more functionality on MacOS and include the platform define in the dw-config C flags.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 30 May 2003 00:47:47 +0000
parents f225f16bebbd
children 469ff8133ed3
line wrap: on
line diff
--- a/compat.c	Thu May 29 18:38:49 2003 +0000
+++ b/compat.c	Fri May 30 00:47:47 2003 +0000
@@ -22,7 +22,7 @@
 #endif
 #include <time.h>
 
-#ifdef __UNIX__
+#if defined(__UNIX__) || defined(__MAC__)
 void msleep(long period)
 {
 #ifdef __sun__