** (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 */
#include "nfullpath.h"
+#ifdef THINK_C
+#define FileFilterUPP FileFilterProcPtr
+#endif
+
static object *ErrorObject;
/* ----------------------------------------------------- */