home *** CD-ROM | disk | FTP | other *** search
/ Solo Programadores 22 / SOLO_22.iso / packages / win32ada / data.z / WIN32-LM.ADS < prev    next >
Encoding:
Text File  |  1996-03-15  |  1.6 KB  |  47 lines

  1. -- $Source: /home/harp/1/proto/monoBANK/winnt/win32-lm.ads,v $ 
  2. -- $Revision: 1.7 $ $Date: 96/03/15 12:52:27 $ $Author: stm $ 
  3. -- See end of file for Copyright (c) information.
  4.  
  5. with Win32.Lmcons;
  6. with Win32.Lmerr;
  7. with Win32.Lmaccess;
  8. with Win32.Lmalert;
  9. with Win32.Lmchdev;
  10. with Win32.Lmshare;
  11. with Win32.Lmmsg;
  12. with Win32.Lmremutl;
  13. with Win32.Lmrepl;
  14. with Win32.Lmserver;
  15. with Win32.Lmsvc;
  16. with Win32.Lmuse;
  17. with Win32.Lmwksta;
  18. with Win32.Lmapibuf;
  19. with Win32.Lmerrlog;
  20. with Win32.Lmconfig;
  21. with Win32.Lmstats;
  22. with Win32.Lmaudit;
  23.  
  24. package Win32.Lm is
  25.  
  26.  
  27. -------------------------------------------------------------------------------
  28. --
  29. -- THIS FILE AND ANY ASSOCIATED DOCUMENTATION IS PROVIDED WITHOUT CHARGE
  30. -- "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING
  31. -- BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR
  32. -- FITNESS FOR A PARTICULAR PURPOSE.  The user assumes the entire risk as to
  33. -- the accuracy and the use of this file.  This file may be used, copied,
  34. -- modified and distributed only by licensees of Microsoft Corporation's
  35. -- WIN32 Software Development Kit in accordance with the terms of the 
  36. -- licensee's End-User License Agreement for Microsoft Software for the
  37. -- WIN32 Development Kit.
  38. --
  39. -- Copyright (c) Intermetrics, Inc. 1995
  40. -- Portions (c) 1985-1994 Microsoft Corporation with permission.
  41. -- Microsoft is a registered trademark and Windows and Windows NT are
  42. -- trademarks of Microsoft Corporation.
  43. --
  44. -------------------------------------------------------------------------------
  45.  
  46. end Win32.Lm;
  47.