home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / som30tk.zip / som30os2.zip / include / som.xh < prev    next >
Text File  |  1996-12-24  |  614b  |  37 lines

  1. /* @(#) 1.3 src/somk/som.xh, somk.api, som3.0 3/12/96 19:52:05 [12/24/96 07:40:17] */
  2.  
  3. /*
  4.  * 96F8647, 96F8648, 96F8850 (C) Copyright IBM Corp. 1992, 1994
  5.  * All Rights Reserved
  6.  * Licensed Materials - Property of IBM
  7.  */
  8.  
  9. /*
  10.  *    SOM.XH
  11.  *    First level Public C++ include file for System Object Model
  12.  */
  13.  
  14. #ifndef som_xh
  15. #define som_xh
  16. #define som_h
  17.  
  18. #include <somnames.h>
  19. #include <somplatf.h>
  20.  
  21. #ifdef _WIN16
  22. #undef SOMLINK
  23. #define SOMLINK
  24. #endif
  25.  
  26. #include <somtypes.xh>
  27. #include <somcdev.xh>
  28. #include <somcorba.h>
  29. #include <somapi.h>
  30.  
  31. #ifdef _WIN16
  32. #undef SOMLINK
  33. #define SOMLINK WIN16_SOMLINK
  34. #endif
  35.  
  36. #endif
  37.