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