giscannermodule.c: Updates for Windows
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 10 Aug 2012 04:22:16 +0000 (12:22 +0800)
committerColin Walters <walters@verbum.org>
Sat, 27 Oct 2012 16:06:10 +0000 (12:06 -0400)
commit569b1aaf133f64541739f52dfc614f64cea2ae6a
tree951bdf9f3cd84ccc39618b8d2a6d62587e7365f2
parent9a1e0c63c13f3567e75553d2d07dd914d5b81287
giscannermodule.c: Updates for Windows

-Incorporate and extend Dieter's patch regarding possible different CRTs
 used in Windows Python (msvcrt71.dll for Python 2.5, msvcrt90.dll for
 Python 2.6- 3.2, and msvcrt100.dll for Python 3.3+) vs. the CRT used to
 build g-i (msvcrt.dll for MinGW/WinDDK, msvcrt90.dll for stock MSVC 2008
 and msvcrt100.dll for stock MSVC 2010)
-Avoid C99ism for NEW_CLASS as we are having an array without a
 pre-determined length.  There might be better ways to get around this
 though.

https://bugzilla.gnome.org/show_bug.cgi?id=681820
giscanner/giscannermodule.c