home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / OTL-MC6.DMS / in.adf / incl.lha / INCLUDE / pragma / dtclass_lib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-22  |  341 b   |  21 lines

  1. // pragmas for ctclass.library
  2. // (c) Maxon Computer 1994
  3. #ifndef _INCLUDE_PRAGMA_DTCLASS_LIB_H
  4. #define _INCLUDE_PRAGMA_DTCLASS_LIB_H
  5.  
  6. #ifdef __cplusplus
  7. #define CPLUSPLUSON
  8. #pragma -
  9. #endif
  10.  
  11. #include <clib/dtclass_protos.h>
  12.  
  13. #pragma amicall(DTClassBase, 0x1e, ObtainEngine())
  14.  
  15. #ifdef CPLUSPLUSON
  16. #undef CPLUSPLUSON
  17. #pragma +
  18. #endif
  19.  
  20. #endif
  21.