ANSIfication step 2: make sure all needed prototypes are available, and all needed

header files included.
This commit is contained in:
Jack Jansen 2000-07-11 21:16:03 +00:00
parent 5e80a75799
commit 9ae898b415
19 changed files with 83 additions and 41 deletions

View file

@ -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.