From 758fba067bb0c7fecfbca663cf906102ac0855fb Mon Sep 17 00:00:00 2001 From: arif Date: Mon, 19 Jan 2009 18:18:07 +0000 Subject: [PATCH] static windows build compatibility --- lib/sfio/vthread.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/sfio/vthread.h b/lib/sfio/vthread.h index 1f56828b7..0f19fca4a 100644 --- a/lib/sfio/vthread.h +++ b/lib/sfio/vthread.h @@ -45,6 +45,7 @@ extern "C" { #endif #undef vt_threaded + #if _may_use_threads && !defined(vt_threaded) && _hdr_pthread #define vt_threaded 1 #include -- 2.40.0