home *** CD-ROM | disk | FTP | other *** search
- #ifndef _IVBDEFS_
- #define _IVBDEFS_
-
- /*******************************************************************************
- * FILE NAME: ivbsys.h *
- * *
- * DESCRIPTION: *
- * Declaration of the system include file for the Visual Builder. *
- * *
- * COPYRIGHT: *
- * IBM(R) VisualAge(TM) for C++ *
- * (C) Copyright International Business Machines Corporation 1991, 1996 *
- * Licensed Material - Program-Property of IBM - All Rights Reserved. *
- * US Government Users Restricted Rights - Use, duplication, or disclosure *
- * restricted by GSA ADP Schedule Contract with IBM Corp. *
- *******************************************************************************/
-
- #ifdef __OS2__
- #define INCL_WINMESSAGEMGR
- #define INCL_WINFRAMEMGR
- #define INCL_WINSTDCNR
- #include <os2.h>
- #endif
-
- #ifdef __WINDOWS__
- #include <windows.h>
- #endif
-
- #endif
-