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

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