home *** CD-ROM | disk | FTP | other *** search
- // pragmas for input.library
- // (c) 1995 HAAGE & PARTNER Computer GmbH
-
- #ifndef _INCLUDE_PRAGMA_INPUT_LIB_H
- #define _INCLUDE_PRAGMA_INPUT_LIB_H
-
- #ifndef CLIB_INPUT_PROTOS_H
- #include <clib/input_protos.h>
- #endif
-
- #ifdef __cplusplus
- #define CPLUSPLUSON
- #pragma -
- #endif
-
- #pragma amicall(InputBase, 0x2a, PeekQualifier())
-
- #ifdef CPLUSPLUSON
- #undef CPLUSPLUSON
- #pragma +
- #endif
-
- #endif
-