mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +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
|
|
@ -34,10 +34,12 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
*
|
||||
*/
|
||||
|
||||
#include "Python.h"
|
||||
#include "macglue.h"
|
||||
#include "macdefs.h"
|
||||
|
||||
int
|
||||
setfiletype(name, creator, type)
|
||||
PyMac_setfiletype(name, creator, type)
|
||||
char *name;
|
||||
long creator, type;
|
||||
{
|
||||
|
|
@ -56,7 +58,7 @@ long creator, type;
|
|||
}
|
||||
|
||||
long
|
||||
getfiletype(name)
|
||||
PyMac_getfiletype(name)
|
||||
char *name;
|
||||
{
|
||||
FInfo info;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue