From c64b1f764eafee50e04e93616897b7e483038476 Mon Sep 17 00:00:00 2001 From: deuce <> Date: Wed, 30 Apr 2003 03:26:23 +0000 Subject: [PATCH] Fix bug in last commie ;-) --- src/xpdev/genwrap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xpdev/genwrap.h b/src/xpdev/genwrap.h index 9c5009fe0f..666c40931c 100644 --- a/src/xpdev/genwrap.h +++ b/src/xpdev/genwrap.h @@ -173,7 +173,7 @@ extern "C" { #elif defined(__unix__) - #if + #if defined(_PTH_PTHREAD_H_) #define SLEEP(x) ({ int y=x; struct timeval tv; \ tv.tv_sec=(y/1000); tv.tv_usec=((y%1000)*1000); \ pth_nap(tv); }) -- GitLab