Re: [PATCH 5/5] Implement MsgWaitForMultipleObjectsEx and initial Carbon event handling.

2006-10-22 Thread Pierre d'Herbemont
On 22 oct. 06, at 11:32, Detlef Riekenberg wrote: On Fr, 2006-10-20 at 21:47 +0200, Pierre d'Herbemont wrote: dlls/winequartz.drv/Makefile.in |4 +- dlls/winequartz.drv/event.c | 74 +++ dlls/winequartz.drv/quartzdrv.h |5 ++

Re: [PATCH 5/5] Implement MsgWaitForMultipleObjectsEx and initial Carbon event handling.

2006-10-22 Thread Pierre d'Herbemont
On 22 oct. 06, at 00:13, Huw Davies wrote: diff --git a/dlls/winequartz.drv/quartzdrv_carbon.c b/dlls/ winequartz.drv/quartzdrv_carbon.c new file mode 100644 index 000..082970d --- /dev/null +++ b/dlls/winequartz.drv/quartzdrv_carbon.c ... +#import import is nasty. Can't you use incl

Re: [PATCH 5/5] Implement MsgWaitForMultipleObjectsEx and initial Carbon event handling.

2006-10-22 Thread Detlef Riekenberg
On Fr, 2006-10-20 at 21:47 +0200, Pierre d'Herbemont wrote: > dlls/winequartz.drv/Makefile.in |4 +- > dlls/winequartz.drv/event.c | 74 > +++ > dlls/winequartz.drv/quartzdrv.h |5 ++ > dlls/winequartz.drv/quartzdrv_carbon.c |

Re: [PATCH 5/5] Implement MsgWaitForMultipleObjectsEx and initial Carbon event handling.

2006-10-21 Thread Huw Davies
> diff --git a/dlls/winequartz.drv/quartzdrv_carbon.c > b/dlls/winequartz.drv/quartzdrv_carbon.c > new file mode 100644 > index 000..082970d > --- /dev/null > +++ b/dlls/winequartz.drv/quartzdrv_carbon.c ... > +#import import is nasty. Can't you use include instead? Huw.