Initialize the program name before adding shared library resources (Just).

This commit is contained in:
Jack Jansen 1998-07-31 09:38:01 +00:00
parent 2e6445caa6
commit 87c485c1ad
1 changed files with 1 additions and 0 deletions

View File

@ -201,6 +201,7 @@ init_common(int *argcp, char ***argvp, int embedded)
#ifdef USE_MAC_SHARED_LIBRARY
/* Add the shared library to the stack of resource files */
(void)PyMac_init_process_location();
PyMac_AddLibResources();
#endif