home *** CD-ROM | disk | FTP | other *** search
- /*
- * globals.c - definitions for global variables (see RevRdist.h)
- */
- #include "RevRdist.h"
-
- WindowPtr ActivityWind = 0;
- Integer Ap_refNum;
- Integer BlessedWD;
- Longint ClientRoot;
- unsigned long ClientSp;
- Integer ClientVol;
- OSErr ClueID;
- StringPtr Clue0, Clue1, Clue2, Clue3;
- long Flags = 0;
- short Depth = 0;
- Integer Deskrefnum = -1;
- short ErrorMsgs = 0;
- WindowPtr ErrorWind = 0;
- file_info_t * File_list = 0;
- unsigned char HighValue[4];
- Byte Junksuf[1+8];
- StringPtr NullStr;
- rstat_t Pause = 0;
- pending_t Pending = PA_NULL;
- DialogPtr PrefDialog = 0;
- prefs_t Prefs[2];
- Boolean Quit = 0;
- Longint ServerRoot;
- Integer ServerVol;
- StringHandle Untitled = 0;
- CursHandle Watch;
-
- AppFile Ap_file;
- Str255 Mbuf;
-