Kaydet (Commit) a42960cd authored tarafından Guido van Rossum's avatar Guido van Rossum

ported to THINK C (not tested yet)

üst 6a5df909
......@@ -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"
......
int nfullpath(FSSpec *, char *); /* Generate full path from fsspec */
\ No newline at end of file
int nfullpath(FSSpec *, char *); /* Generate full path from fsspec */
......@@ -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;
/* ----------------------------------------------------- */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment