mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Try to remove rgbimg from Windows builds.
This commit is contained in:
parent
f8519c4d3d
commit
7e93587746
2 changed files with 0 additions and 9 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue