home *** CD-ROM | disk | FTP | other *** search
- /***************************************************
- * *
- * ReqTools linkable library code *
- * (for SAS/C) *
- * *
- * Copyright (c) 1991 by Nico François *
- * *
- * adapted for GCC 1994 by Gunther Nikl *
- * *
- ***************************************************/
-
- #ifndef __REQTOOLS_I__
- #define __REQTOOLS_I__
-
- #ifdef SMALLDATA
- #define GETRTBASE movel a4@(_ReqToolsBase:W),a6
- #else
- #define GETRTBASE movel _ReqToolsBase,a6
- #endif
-
- #define _LVOrtAllocRequestA -30
- #define _LVOrtFreeRequest -36
- #define _LVOrtFreeReqBuffer -42
- #define _LVOrtChangeReqAttrA -48
- #define _LVOrtFileRequestA -54
- #define _LVOrtFreeFileList -60
- #define _LVOrtEZRequestA -66
- #define _LVOrtGetStringA -72
- #define _LVOrtGetLongA -78
- #define _LVOrtFontRequestA -96
- #define _LVOrtPaletteRequestA -102
- #define _LVOrtReqHandlerA -108
- #define _LVOrtSetWaitPointer -114
- #define _LVOrtGetVScreenSize -120
- #define _LVOrtSetReqPosition -126
- #define _LVOrtSpread -132
- #define _LVOrtScreenToFrontSafely -138
- #define _LVOrtScreenModeRequestA -144
- #define _LVOrtCloseWindowSafely -150
- #define _LVOrtLockWindow -156
- #define _LVOrtUnlockWindow -162
-
- #endif
-