home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / OWLINC.PAK / UIHANDLE.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-05-06  |  602 b   |  20 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows
  3. // Copyright (c) 1991, 1997 by Borland International, All Rights Reserved
  4. //
  5. //$Revision:   10.4  $
  6. //
  7. // TUIHandle class definition [Backward compatible header]
  8. //----------------------------------------------------------------------------
  9. #if !defined(OWL_UIHANDLE_H)
  10. #define OWL_UIHANDLE_H
  11.  
  12. #if defined(NO_OWL2_COMPAT)
  13. # pragma message owl/uihandle.h has been replaced by owl/uihelper.h
  14. #endif
  15. #if !defined(OWL_UIHELPER_H)
  16. # include <owl/uihelper.h>
  17. #endif
  18.  
  19. #endif  // OWL_UIHANDLE_H
  20.