From: Brett Cannon Date: Sun, 20 May 2007 19:05:06 +0000 (+0000) Subject: Try to remove rgbimg from Windows builds. X-Git-Tag: v2.6a1~1719 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e93587746374693b10b3c8cade7a0bc8c7eb100;p=python Try to remove rgbimg from Windows builds. --- diff --git a/PC/config.c b/PC/config.c index 6860211eb6..9961efa25f 100644 --- a/PC/config.c +++ b/PC/config.c @@ -20,9 +20,6 @@ extern void initmath(void); extern void init_md5(void); extern void initnt(void); extern void initoperator(void); -#ifndef MS_WINI64 -extern void initrgbimg(void); -#endif extern void initsignal(void); extern void init_sha(void); extern void init_sha256(void); @@ -95,9 +92,6 @@ struct _inittab _PyImport_Inittab[] = { {"_md5", init_md5}, {"nt", initnt}, /* Use the NT os functions, not posix */ {"operator", initoperator}, -#ifndef MS_WINI64 - {"rgbimg", initrgbimg}, -#endif {"signal", initsignal}, {"_sha", init_sha}, {"_sha256", init_sha256}, diff --git a/PCbuild/pythoncore.vcproj b/PCbuild/pythoncore.vcproj index 50e51f7aee..556b14463d 100644 --- a/PCbuild/pythoncore.vcproj +++ b/PCbuild/pythoncore.vcproj @@ -712,9 +712,6 @@ - -