Initial version of FSSpec and Alias code. Non-functional as of now.
diff --git a/Mac/Compat/nfullpath.h b/Mac/Compat/nfullpath.h
new file mode 100644
index 0000000..770777d
--- /dev/null
+++ b/Mac/Compat/nfullpath.h
@@ -0,0 +1 @@
+int nfullpath(FSSpec *, char *);	/* Generate full path from fsspec */
\ No newline at end of file