home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / programming / debug-utils / pv / pvdevelop / pvdevelop.lha / include / PV / ARexxBase.h next >
Encoding:
C/C++ Source or Header  |  1991-09-15  |  399 b   |  23 lines

  1. #ifndef PV_AREXXBASE_H
  2. #define PV_AREXXBASE_H TRUE
  3. /*
  4. **  $Filename: ARexxBase.h $
  5. **  $Release: 1.02 $
  6. **  $Revision: 37.346 $
  7. **  $Date: 15 Sep 91 $
  8. **
  9. **  Structure definitions for ARexx Base (see 'TheWizardCorner')
  10. **
  11. **  © 1991 Jorrit Tyberghein, included with PowerVisor
  12. **        All Rights Reserved
  13. */
  14.  
  15. struct ARexxBase
  16.     {
  17.         ULONG RexxSignalBit;
  18.         UWORD SyncFlag;
  19.         UWORD HideFlag;
  20.     };
  21.  
  22. #endif
  23.