[Cython] Small patch for __stdcall
authorJim Kleckner <jek-gmane@kleckner.net>
Sun, 30 Mar 2008 09:25:39 +0000 (02:25 -0700)
committerJim Kleckner <jek-gmane@kleckner.net>
Sun, 30 Mar 2008 09:25:39 +0000 (02:25 -0700)
commit2c056908f6bc0ce7adaffbcebd9be175c84436e0
treead0f84ced71461bcc0fdbc2dfdcb405a3e6e1af2
parent613720247b534fbe8fef2352f81349245387f0ad
[Cython] Small patch for __stdcall
The following small patch gets rid of some warnings on the cygwin
platform (it it not WIN32 but does have definitions of __stdcall
resulting in warnings).

Please let me know if it will or won't get into the upstream release.

Thanks.
Cython/Compiler/ModuleNode.py