home *** CD-ROM | disk | FTP | other *** search
- /* WizardFiler 1.00 21-Sep-1991 by Stefan Zeiger */
-
- /* What WizardFiler() will return: */
- #define LOAD 500
- #define SAVE 600
- #define DELETE 700
- #define CANCEL 800
- #define QUIT 900
- #define PANIC 1000
-
- /* The minimum size of the strings: */
- #define DRAWER_LENGTH 100 /* 100 characters including NULL. */
- #define FILE_LENGTH 30 /* 30 -"- */
- #define TOTAL_LENGTH 130 /* 130 -"- */
-
- /* The function */
- extern USHORT WizardFiler();
-