Re: [gtkmm] GLIBMM dispatcher comment
- From: MHL Schulze t-online de (Martin Schulze)
- To: "Andrew E. Makeev" <andrew solvo ru>
- Cc: gtkmm-list <gtkmm-list gnome org>
- Subject: Re: [gtkmm] GLIBMM dispatcher comment
- Date: Fri, 13 Sep 2002 21:22:21 +0200
Am 13.09.2002 15:42 schrieb(en) Andrew E. Makeev:
Murray Cumming wrote:
> Please add patches to bugzilla.
>
> On Fri, 2002-09-13 at 12:23, Andrew E. Makeev wrote:
> > void fd_set_close_on_exec(int fd)
> > {
> > #ifndef G_OS_WIN32
> > const int flags = fcntl(fd, F_GETFD, 0);
> > g_return_if_fail(flags >= 0);
> >
> > fcntl(fd, F_SETFD, flags | FD_CLOEXEC);
> > #endif
> > }
> >
no, wait... the dispatcher is not functional on WIN32 for now...
We gonna find the problem first, if it is possible at all...
And _is_ there already bug report saying "dispatcher is not
functional on WIN32" in bugzilla?
Regards,
Martin
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]