Hmm. Oops :-(
Thanks for the fix.

        Danny

On Fri, 2009-05-15 at 17:02 +0200, Pierre Ynard wrote:
> Index: trunk/cegcc/src/w32api/include/kfuncs.h
> ===================================================================
> --- trunk/cegcc/src/w32api/include/kfuncs.h     (révision 1275)
> +++ trunk/cegcc/src/w32api/include/kfuncs.h     (copie de travail)
> @@ -73,12 +73,12 @@
>  
>  static inline BOOL ResetEvent (HANDLE x)
>  {
> -  return EventModify(x, EVENT_PULSE);
> +  return EventModify(x, EVENT_RESET);
>  }
>  
>  static inline BOOL SetEvent (HANDLE x)
>  {
> -  return EventModify(x, EVENT_PULSE);
> +  return EventModify(x, EVENT_SET);
>  }
>  
>  /* TLS Constants and Constructs */
> 
> 
> Regards,
-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to