]> granicus.if.org Git - python/commitdiff
Try to remove rgbimg from Windows builds.
authorBrett Cannon <bcannon@gmail.com>
Sun, 20 May 2007 19:05:06 +0000 (19:05 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 20 May 2007 19:05:06 +0000 (19:05 +0000)
PC/config.c
PCbuild/pythoncore.vcproj

index 6860211eb64ad85ecc4b8563ee67893252b6e6fe..9961efa25f6ffd435b686943cd1709bb1297ccfa 100644 (file)
@@ -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},
index 50e51f7aeed4167060ec067860f2907fc56f7d00..556b14463db79b50b9198c18907f7d25c8cdbb1b 100644 (file)
                <File
                        RelativePath="..\Objects\rangeobject.c">
                </File>
-               <File
-                       RelativePath="..\Modules\rgbimgmodule.c">
-               </File>
                <File
                        RelativePath="..\Modules\rotatingtree.c">
                </File>