mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
ANSIfication step 2: make sure all needed prototypes are available, and all needed
header files included.
This commit is contained in:
parent
5e80a75799
commit
9ae898b415
19 changed files with 83 additions and 41 deletions
|
@ -31,11 +31,13 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#pragma lib_export on
|
||||
#endif
|
||||
|
||||
extern void PyMac_InitApplet();
|
||||
extern void PyMac_InitApplication(void);
|
||||
#ifdef USE_MAC_APPLET_SUPPORT
|
||||
extern void PyMac_InitApplication();
|
||||
extern void PyMac_InitApplet(void);
|
||||
#endif /* USE_MAC_APPLET_SUPPORT */
|
||||
|
||||
/* From the MSL runtime: */
|
||||
extern void __initialize(void);
|
||||
|
||||
/*
|
||||
** Alternative initialization entry point for some very special cases.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue