[Mew-Win32 03229] Re: mewls and mewencode and etc can compile Mingw

Hideyuki SHIRAI ( 白井秀行 ) shirai at example.com
2001年 5月 25日 (金) 14:29:01 JST


From:  Keiichi Suzuki <keiichi at example.com> さん曰く
Subject: [Mew-Win32 03228] Re: mewls and mewencode and etc can compile Mingw
Message-ID: <uheyarog4.fsf_-_ at example.com>
Date: 25 May 2001 14:24:11 +0900

kose> usleep() の代替え関数ってもっと別のものがないでしょうか?

圭一> Windows API に `Sleep' っていうのがありますが,そういう話でしょ
圭一> うか?

圭一> #define usleep(x) Sleep((x) / 1000)

圭一> とか。

すでに mew.h に

#ifndef HAVE_USLEEP
# ifdef HAVE_SLEEP
#  define usleep(x) Sleep(x / 1000)
# elif defined(HAVE_POLL)
#  define usleep(x) poll(0, 0, (x)/1000)
# endif
#endif

があるので、configure の結果、config.h がこうなれば OK。

/* #define HAVE_USLEEP 1 */
#define HAVE_SLEEP 1

-- 
白井秀行 (mailto:shirai at example.com)



Mew-win32 メーリングリストの案内