home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 465.lha / ParM_v2.5r / Global.c < prev    next >
C/C++ Source or Header  |  1991-01-05  |  565b  |  32 lines

  1. /*
  2.  *    Global.c - Copyright © 1990 by S.R. & P.C.
  3.  *
  4.  *    Created:    16 Jun 1990
  5.  *    Modified:    20 Nov 1990  15:29:33
  6.  *
  7.  *    Make>> make
  8.  */
  9.  
  10. #include "WB.h"
  11.  
  12. struct IntuitionBase *IntuitionBase;
  13. struct GfxBase *GfxBase;
  14. struct IconBase *IconBase;
  15. struct ReqLib *ReqBase;
  16.  
  17. struct Process *MyProcess;
  18. struct ParmMsgPort *ParMPort;
  19. BOOL DoNextSelect;    /* hum...! */
  20. struct Window *Win;
  21. long DefaultStack = 4000;
  22. UBYTE menu_pen;
  23. char CurCfg[80];
  24. char CmdWindow[80];
  25. char ShellWindow[80];
  26. char ShellCmd[80];
  27. char WaitCmd[80];
  28. char TmpDir[40];
  29.  
  30. char *ReqTitle = "ParM Request";
  31.  
  32.