home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / include / ivbsys.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-02-22  |  1.3 KB  |  30 lines

  1. #ifndef _IVBDEFS_
  2.   #define _IVBDEFS_
  3.  
  4. /*******************************************************************************
  5. * FILE NAME: ivbsys.h                                                          *
  6. *                                                                              *
  7. * DESCRIPTION:                                                                 *
  8. *   Declaration of the system include file for the Visual Builder.             *
  9. *                                                                              *
  10. * COPYRIGHT:                                                                   *
  11. *   IBM(R) VisualAge(TM) for C++                                               *
  12. *   (C) Copyright International Business Machines Corporation 1991, 1996       *
  13. *   Licensed Material - Program-Property of IBM - All Rights Reserved.         *
  14. *   US Government Users Restricted Rights - Use, duplication, or disclosure    *
  15. *   restricted by GSA ADP Schedule Contract with IBM Corp.                     *
  16. *******************************************************************************/
  17.  
  18. #ifdef __OS2__
  19. #define INCL_WINMESSAGEMGR
  20. #define INCL_WINFRAMEMGR
  21. #define INCL_WINSTDCNR
  22.   #include <os2.h>
  23. #endif
  24.  
  25. #ifdef __WINDOWS__
  26.   #include <windows.h>
  27. #endif
  28.  
  29. #endif
  30.