BeOS port related changes (initial commit)

This commit is contained in:
zharik
2003-03-29 21:51:19 +00:00
parent ff3bd0a039
commit f760aae131
24 changed files with 844 additions and 244 deletions

View File

@@ -3,6 +3,10 @@
#include <gtimall.h>
#ifndef __BEOS__
#define SLEEP(a) usleep(a)
#else
#include <OS.h>
#define SLEEP(a) snooze(a)
#endif
#endif // __genwrap_h

View File

@@ -1,2 +1,2 @@
lzh c all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg
smblib c all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg
lzh c all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be
smblib c all ovl bcd bco bcx wcn wco wcx lnx emx djg rsx cyg be