home *** CD-ROM | disk | FTP | other *** search
/ Solo Programadores 22 / SOLO_22.iso / packages / win32ada / data.z / win32-objerror.ads < prev    next >
Encoding:
Text File  |  1996-03-15  |  1.2 KB  |  25 lines

  1. -- $Source: /home/harp/1/proto/monoBANK/winnt/win32-objerror.ads,v $ 
  2. -- $Revision: 1.4 $ $Date: 96/03/15 12:54:40 $ $Author: stm $ 
  3.  
  4. with Win32.Winerror;
  5. -------------------------------------------------------------------------------
  6. --
  7. -- THIS FILE AND ANY ASSOCIATED DOCUMENTATION IS PROVIDED WITHOUT CHARGE
  8. -- "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING
  9. -- BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR
  10. -- FITNESS FOR A PARTICULAR PURPOSE.  The user assumes the entire risk as to
  11. -- the accuracy and the use of this file.  This file may be used, copied,
  12. -- modified and distributed only by licensees of Microsoft Corporation's
  13. -- WIN32 Software Development Kit in accordance with the terms of the 
  14. -- licensee's End-User License Agreement for Microsoft Software for the
  15. -- WIN32 Development Kit.
  16. --
  17. -- Copyright (c) Intermetrics, Inc. 1995
  18. -- Portions (c) 1985-1994 Microsoft Corporation with permission.
  19. -- Microsoft is a registered trademark and Windows and Windows NT are
  20. -- trademarks of Microsoft Corporation.
  21. --
  22. -------------------------------------------------------------------------------
  23.  
  24. package Win32.Objerror renames Win32.Winerror;
  25.