Solaris compilation patches

dbtest now works a little


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1674 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-02-11 12:44:10 +00:00
parent 3502e687e2
commit 8fc613f14f
12 changed files with 113 additions and 98 deletions

View File

@@ -30,7 +30,8 @@
#endif
#include "unistd.h"
#ifdef __SUN__
// add more here if you run into problems
#if defined(__SUN__) && !defined(__SunOs_5_6) && !defined(__SunOs_5_7)
extern "C"
{
void usleep(unsigned long usec);