[Pyrex] [PATCH] pyrex module and Win32 API problem

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Jul 19 03:36:18 CEST 2008


Alexander Belchenko wrote:
> I propose next small patch
> that fixes my problem:
> 
> -        code.putln("#ifndef WIN32")
> +        code.putln("#if !defined(WIN32) && !defined(MS_WINDOWS)")

That looks reasonable, thanks.

-- 
Greg



More information about the Pyrex mailing list