home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / STORM2.DMS / in.adf / Includes.LHA / pragma / input_lib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-01  |  384 b   |  24 lines

  1. // pragmas for input.library
  2. // (c) 1995 HAAGE & PARTNER Computer GmbH
  3.  
  4. #ifndef _INCLUDE_PRAGMA_INPUT_LIB_H
  5. #define _INCLUDE_PRAGMA_INPUT_LIB_H
  6.  
  7. #ifndef  CLIB_INPUT_PROTOS_H
  8. #include <clib/input_protos.h>
  9. #endif
  10.  
  11. #ifdef __cplusplus
  12. #define CPLUSPLUSON
  13. #pragma -
  14. #endif
  15.  
  16. #pragma amicall(InputBase, 0x2a, PeekQualifier())
  17.  
  18. #ifdef CPLUSPLUSON
  19. #undef CPLUSPLUSON
  20. #pragma +
  21. #endif
  22.  
  23. #endif
  24.