Re: [PATCH] pyrex module and Win32 API problem
Greg Ewing <[email protected]> Sat, 19 Jul 2008 13:36:18 +1200
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
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