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

  1. // pragmas for misc.library
  2. // (c) 1995 HAAGE & PARTNER Computer GmbH
  3.  
  4. #ifndef _INCLUDE_PRAGMA_MISC_LIB_H
  5. #define _INCLUDE_PRAGMA_MISC_LIB_H
  6.  
  7. #ifndef  CLIB_MISC_PROTOS_H
  8. #include <clib/misc_protos.h>
  9. #endif
  10.  
  11. #ifdef __cplusplus
  12. #define CPLUSPLUSON
  13. #pragma -
  14. #endif
  15.  
  16. #pragma amicall(MiscBase, 0x6, AllocMiscResource(d0,a1))
  17. #pragma amicall(MiscBase, 0xc, FreeMiscResource(d0))
  18.  
  19. #ifdef CPLUSPLUSON
  20. #undef CPLUSPLUSON
  21. #pragma +
  22. #endif
  23.  
  24. #endif
  25.