has a few slightly different calls from the old one.
#define CFragConnectionID ConnectionID
#define kLoadCFrag 0x01
#endif
-#ifdef USE_GUSI
+#ifdef USE_GUSI1
#include "TFileSpec.h" /* for Path2FSSpec() */
#endif
#include <Files.h>
Ptr mainAddr;
Str255 errMessage;
OSErr err;
-#ifndef USE_GUSI
+#ifndef USE_GUSI1
Boolean isfolder, didsomething;
#endif
char buf[512];
CFragSymbolClass class;
/* First resolve any aliases to find the real file */
-#ifdef USE_GUSI
+#ifdef USE_GUSI1
err = Path2FSSpec(pathname, &libspec);
#else
(void)FSMakeFSSpec(0, 0, Pstring(pathname), &libspec);
#ifdef macintosh
#include <TextUtils.h>
-#ifdef USE_GUSI
+#ifdef USE_GUSI1
#include "TFileSpec.h" /* for Path2FSSpec() */
#endif
static int
{
FSSpec fss;
OSErr err;
-#ifndef USE_GUSI
+#ifndef USE_GUSI1
err = FSMakeFSSpec(0, 0, Pstring(buf), &fss);
#else
/* GUSI's Path2FSSpec() resolves all possible aliases nicely on