home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 1 / Mecomp-CD.iso / amiga / tools / system / shutdown / shutdowndata.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-01  |  489 b   |  21 lines

  1. #include "ShutdownGlobal.h"
  2.  
  3. struct ShutdownBase        *GlobalBase;
  4.  
  5. struct ExecBase            *SysBase;
  6. struct DosLibrary        *DOSBase;
  7. struct RxsLib            *RexxSysBase;
  8. struct Library            *UtilityBase;
  9. struct IntuitionBase        *IntuitionBase;
  10. struct GfxBase            *GfxBase;
  11. struct Library            *GadToolsBase;
  12.  
  13. struct SignalSemaphore         DeviceWatchSemaphore;
  14. BYTE                 DeviceInUse = FALSE;
  15. BYTE                 DeviceProbablyInUse;
  16.  
  17. struct Process            *MainProcess    = NULL;
  18. BYTE                 NotifySignal    = -1;
  19.  
  20. struct Process            *HandlerProcess;
  21.