mirror of
https://github.com/python/cpython.git
synced 2025-10-27 16:57:08 +00:00
ANSIfy as many declarations as possible.
This commit is contained in:
parent
bd8ad942fe
commit
b4bd21cf79
5 changed files with 8 additions and 7 deletions
|
|
@ -13,9 +13,9 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.
|
|||
#include "Python.h"
|
||||
|
||||
#ifdef MS_WIN32
|
||||
extern void PyWinFreeze_ExeInit();
|
||||
extern void PyWinFreeze_ExeTerm();
|
||||
extern int PyInitFrozenExtensions();
|
||||
extern void PyWinFreeze_ExeInit(void);
|
||||
extern void PyWinFreeze_ExeTerm(void);
|
||||
extern int PyInitFrozenExtensions(void);
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_UNISTD_H
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue