home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / include / som.hh < prev    next >
Encoding:
Text File  |  1996-01-24  |  313 b   |  18 lines

  1. // som.hh for DTS C++ 
  2. // SHD: May 27/94
  3. // %Z% %I% %W% %G% %U% [%H% %T%] 
  4.  
  5. #ifndef SOM_HH_DTS_Included
  6. #define SOM_HH_DTS_Included
  7.  
  8. #ifdef _WIN32
  9. typedef void *SOMFOREIGN;
  10. #endif
  11.  
  12. #include <somh.hh>
  13. #include <somobj.hh>
  14. #include <somcls.hh>
  15. #include <somcm.hh>
  16.  
  17. #endif /* SOM_HH_DTS_Included */
  18.