home *** CD-ROM | disk | FTP | other *** search
- // pragmas for ctclass.library
- // (c) 1995 HAAGE & PARTNER Computer GmbH
-
- #ifndef _INCLUDE_PRAGMA_DTCLASS_LIB_H
- #define _INCLUDE_PRAGMA_DTCLASS_LIB_H
-
- #ifndef CLIB_DTCLASS_PROTOS_H
- #include <clib/dtclass_protos.h>
- #endif
-
- #ifdef __cplusplus
- #define CPLUSPLUSON
- #pragma -
- #endif
-
- #pragma amicall(DTClassBase, 0x1e, ObtainEngine())
-
- #ifdef CPLUSPLUSON
- #undef CPLUSPLUSON
- #pragma +
- #endif
-
- #endif
-