home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // ObjectWindows
- // Copyright (c) 1991, 1997 by Borland International, All Rights Reserved
- //
- //$Revision: 10.4 $
- //
- // General definitions used by all ObjectWindows programs. Included directly
- // by ObjectWindows source modules. [Backward compatible header]
- //----------------------------------------------------------------------------
- #if !defined(OWL_OWLDEFS_H)
- #define OWL_OWLDEFS_H
-
- #if defined(NO_OWL2_COMPAT)
- # pragma message owl/owldefs.h has been replaced by owl/defs.h
- #endif
- #if !defined(OWL_DEFS_H)
- #include <owl/defs.h>
- #endif
-
- #endif // OWL_OWLDEFS_H
-