home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // ObjectWindows
- // Copyright (c) 1995, 1997 by Borland International, All Rights Reserved
- //
- //$Revision: 10.4 $
- //
- // Provided for backward compatibility
- //----------------------------------------------------------------------------
- #if !defined(OWL_POINT_H)
- #define OWL_POINT_H
-
- #if defined(NO_OWL2_COMPAT)
- # pragma message owl/point.h has been replaced by winsys/wsyscls.h and winsys/geometry.h
- #endif
- #if !defined(WINSYS_WSYSCLS_H)
- # include <winsys/wsyscls.h>
- #endif
- #if !defined(CLASSLIB_POINTER_H)
- # include <classlib/pointer.h>
- #endif
-
- #endif // OWL_POINT_H
-