home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / visbuild / calculat / cppwv13 / ivbsamps.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-19  |  2.1 KB  |  39 lines

  1. #ifndef _IVBSAMPS_
  2.   #define _IVBSAMPS_
  3.  
  4. /******************************************************************************
  5. * .FILE:        ivbsamps.h                                                    *
  6. *                                                                             *
  7. * .DESCRIPTION: Declaration of the defines and macros for the Visual Builder  *
  8. *                                                                             *
  9. * .CLASSES:                                                                   *
  10. *                                                                             *
  11. * .COPYRIGHT:                                                                 *
  12. *    Licensed Material - Program-Property of IBM                              *
  13. *    (C) Copyright IBM Corp. 1992, 1996 - All Rights Reserved                 *
  14. *                                                                             *
  15. * .DISCLAIMER:                                                                *
  16. *   The following [enclosed] code is sample code created by IBM               *
  17. *   Corporation.  This sample code is not part of any standard IBM product    *
  18. *   and is provided to you solely for the purpose of assisting you in the     *
  19. *   development of your applications.  The code is provided 'AS IS',          *
  20. *   without warranty of any kind.  IBM shall not be liable for any damages    *
  21. *   arising out of your use of the sample code, even if they have been        *
  22. *   advised of the possibility of such damages.                               *
  23. *                                                                             *
  24. * .NOTE: WE RECOMMEND USING A FIXED SPACE FONT TO LOOK AT THE SOURCE          *
  25. *                                                                             *
  26. ******************************************************************************/
  27. #ifndef IVBSAMP_IMPORT
  28.   #if defined(__WINDOWS__) && defined(__IMPORTLIB__)
  29.     #define IVBSAMP_IMPORT  _Import
  30.   #else
  31.     #define IVBSAMP_IMPORT
  32.   #endif
  33.   #if defined(__OS2__)
  34.     #define IVBSAMP_IMPORT  _Export
  35.   #endif
  36. #endif
  37.  
  38. #endif
  39.