home *** CD-ROM | disk | FTP | other *** search
- #ifndef makepsfont_H
- #define makepsfont_H
-
- /* C header file for MakePSFont
- * written by DefMod (Jun 20 1995) on Tue Jun 20 17:29:09 1995
- * Written by Jonathan Coxhead, Acorn Computers Ltd
- */
-
- #ifndef types_H
- #include "types.h"
- #endif
-
- #ifndef os_H
- #include "os.h"
- #endif
-
- /**********************************
- * SWI names and SWI reason codes *
- **********************************/
- #undef MakePSFont_MakeFont
- #define MakePSFont_MakeFont 0x43440
- #undef XMakePSFont_MakeFont
- #define XMakePSFont_MakeFont 0x63440
-
- #endif
-