home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / useful / util / libs / reqtools / glue / gcc / gcc_glue.lha / src / LibSource.lha / reqtools.i < prev    next >
Encoding:
Text File  |  1994-04-22  |  1.4 KB  |  44 lines

  1. /***************************************************
  2. *                                                  *
  3. *       ReqTools linkable library code             *
  4. *       (for SAS/C)                                *
  5. *                                                  *
  6. *       Copyright (c) 1991 by Nico François        *
  7. *                                                  *
  8. *       adapted for GCC 1994 by Gunther Nikl       *
  9. *                                                  *
  10. ***************************************************/
  11.  
  12. #ifndef __REQTOOLS_I__
  13. #define __REQTOOLS_I__
  14.  
  15. #ifdef SMALLDATA
  16. #define GETRTBASE movel    a4@(_ReqToolsBase:W),a6
  17. #else
  18. #define GETRTBASE movel    _ReqToolsBase,a6
  19. #endif
  20.  
  21. #define _LVOrtAllocRequestA        -30
  22. #define _LVOrtFreeRequest        -36
  23. #define _LVOrtFreeReqBuffer        -42
  24. #define _LVOrtChangeReqAttrA        -48
  25. #define _LVOrtFileRequestA        -54
  26. #define _LVOrtFreeFileList        -60
  27. #define _LVOrtEZRequestA        -66
  28. #define _LVOrtGetStringA        -72
  29. #define _LVOrtGetLongA            -78
  30. #define _LVOrtFontRequestA        -96
  31. #define _LVOrtPaletteRequestA        -102
  32. #define _LVOrtReqHandlerA        -108
  33. #define _LVOrtSetWaitPointer        -114
  34. #define _LVOrtGetVScreenSize        -120
  35. #define _LVOrtSetReqPosition        -126
  36. #define _LVOrtSpread            -132
  37. #define _LVOrtScreenToFrontSafely    -138
  38. #define _LVOrtScreenModeRequestA    -144
  39. #define _LVOrtCloseWindowSafely        -150
  40. #define _LVOrtLockWindow        -156
  41. #define _LVOrtUnlockWindow        -162
  42.  
  43. #endif
  44.