home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warphead.zip / H / ODMVCLNK.H < prev    next >
C/C++ Source or Header  |  1997-02-28  |  3KB  |  91 lines

  1. /*====START_GENERATED_PROLOG======================================
  2.  */
  3. /*
  4.  *   COMPONENT_NAME: odutils
  5.  *
  6.  *   CLASSES: none
  7.  *
  8.  *   ORIGINS: 27
  9.  *
  10.  *
  11.  *   (C) COPYRIGHT International Business Machines Corp. 1995,1996
  12.  *   All Rights Reserved
  13.  *   Licensed Materials - Property of IBM
  14.  *   US Government Users Restricted Rights - Use, duplication or
  15.  *   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  16.  *
  17.  *   IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  18.  *   ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  19.  *   PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  20.  *   CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  21.  *   USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  22.  *   OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
  23.  *   OR PERFORMANCE OF THIS SOFTWARE.
  24.  */
  25. /*====END_GENERATED_PROLOG========================================
  26.  */
  27. // @(#) 1.3 com/src/utils/include/ODMvcLnk.h, odutils, od96os2, odos29646d 10/30/96 09:22:27 [ 11/15/96 15:55:07 ]
  28.  
  29. #ifndef _ODMVCLNK_
  30. #define _ODMVCLNK_
  31.  
  32.  
  33. #include <somltype.h>
  34. /* DEFAULT: no defines from somltype.h means define it to NULL/nothing */
  35. #if !defined(WIN32_DLLIMPORT)
  36.   #define WIN32_DLLIMPORT
  37. #endif
  38. #if !defined(WIN32_DLLEXPORT)
  39.   #define WIN32_DLLEXPORT
  40. #endif
  41.  
  42. // Set the default definition for _DLLIMPORTEXPORT_
  43. #ifdef _OD_DONT_IMPORT_CPP_
  44.   #define _DLLIMPORTEXPORT_ WIN32_DLLEXPORT
  45.  
  46.   // You can't export constructors with the VisualAge compiler,
  47.   // but you may need to with the Microsoft C++ compiler.
  48.   #ifdef __IBMCPP__
  49.     #define _DLLCTIMPORTEXPORT_
  50.   #else
  51.     #define _DLLCTIMPORTEXPORT_ WIN32_DLLEXPORT
  52.   #endif
  53. #else
  54.   #define _DLLIMPORTEXPORT_ WIN32_DLLIMPORT
  55.  
  56.   // You can't import constructors with the VisualAge compiler,
  57.   // but you may need to with the Microsoft C++ compiler.
  58.   #ifdef __IBMCPP__
  59.     #define _DLLCTIMPORTEXPORT_
  60.   #else
  61.     #define _DLLCTIMPORTEXPORT_ WIN32_DLLIMPORT
  62.   #endif
  63. #endif
  64.  
  65. // Set the default definition for _BCIMPORTEXPORT_
  66. #ifdef _OD_DONT_IMPORT_BC_
  67.   #define _BCIMPORTEXPORT_ WIN32_DLLEXPORT
  68.  
  69.   // You can't export constructors with the VisualAge compiler,
  70.   // but you may need to with the Microsoft C++ compiler.
  71.   #ifdef __IBMCPP__
  72.     #define _BCCTIMPORTEXPORT_
  73.   #else
  74.     #define _BCCTIMPORTEXPORT_ WIN32_DLLEXPORT
  75.   #endif
  76. #else
  77.   #define _BCIMPORTEXPORT_ WIN32_DLLIMPORT
  78.  
  79.   // You can't import constructors with the VisualAge compiler,
  80.   // but you may need to with the Microsoft C++ compiler.
  81.   #ifdef __IBMCPP__
  82.     #define _BCCTIMPORTEXPORT_
  83.   #else
  84.     #define _BCCTIMPORTEXPORT_ WIN32_DLLIMPORT
  85.   #endif
  86. #endif
  87.  
  88.  
  89. #endif // _ODMVCLNK_
  90.  
  91.