home *** CD-ROM | disk | FTP | other *** search
- //----------------------------------------------------------------------------
- // ObjectWindows
- // Copyright (c) 1994, 1997 by Borland International, All Rights Reserved
- //
- //$Revision: 10.4 $
- //
- // Definition of TProfile class [Backward compatible header]
- //----------------------------------------------------------------------------
- #if !defined(OWL_PROFILE_H)
- #define OWL_PROFILE_H
-
- #if defined(NO_OWL2_COMPAT)
- # pragma message owl/profile.h has been replaced by winsys/profile.h
- #endif
- #if !defined(OWL_DEFS_H)
- # include <owl/defs.h>
- #endif
- #if !defined(WINSYS_PROFILE_H)
- # include <winsys/profile.h>
- #endif
-
- #endif // OWL_PROFILE_H
-