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

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