home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 October / Chip_1997-10_cd.bin / tema / sybase / powerj / hpp.z / WDTCM.HPP < prev    next >
C/C++ Source or Header  |  1996-09-24  |  493b  |  27 lines

  1. #ifndef _WDTCM_HPP
  2. #define _WDTCM_HPP
  3.  
  4. #include "dtuobj.hpp"
  5. #include "mmdef.hpp"
  6. #include "dtutype.hpp"
  7. #include "mmcomplb.hpp"
  8. #include "mmstyle.hpp"
  9. #include "mmprop.hpp"
  10. #include "dttyped.hpp"
  11.  
  12. class MetaObject;
  13. class MMComponentLib;
  14.  
  15. extern MMMakeDTObject DTTheMakeDTObject[];
  16. extern WUInt          DTTheNumMakeDTObject;
  17.  
  18. extern "C" {
  19.  
  20. int __stdcall WDTComponentDLLMain( unsigned int, unsigned int, void * );
  21.  
  22. };
  23.  
  24. #pragma library(dtwnva00)
  25.  
  26. #endif // _WDTCM_HPP
  27.