mirror of https://github.com/python/cpython.git
ported to THINK C (not tested yet)
This commit is contained in:
parent
6a5df90918
commit
a42960cd09
|
@ -3,12 +3,9 @@
|
|||
** (and only tested under MetroWerks, so far)
|
||||
*/
|
||||
|
||||
#if defined(MPW) || defined(__MWERKS__)
|
||||
#include <string.h>
|
||||
|
||||
#include <Files.h>
|
||||
#endif
|
||||
#ifdef THINK_C_PRE_5_0
|
||||
#include <HFS.h>
|
||||
#endif
|
||||
|
||||
#include "nfullpath.h"
|
||||
|
||||
|
|
|
@ -32,6 +32,10 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
#include "nfullpath.h"
|
||||
|
||||
#ifdef THINK_C
|
||||
#define FileFilterUPP FileFilterProcPtr
|
||||
#endif
|
||||
|
||||
static object *ErrorObject;
|
||||
|
||||
/* ----------------------------------------------------- */
|
||||
|
|
Loading…
Reference in New Issue