-- $Source: /home/harp/1/proto/monoBANK/winnt/win32-crt.ads,v $ -- $Revision: 1.1 $ $Date: 96/09/06 14:19:02 $ $Author: mg $ -- ************************************************************** -- Parent package for Win32.crt packages, -- which are Ada packages which interface to the C runtime system -- and which require a runtime system from Microsoft or GNU or -- another source in order to work. -- "crt" is a Microsoft abbreviation for "C runtime". -- ************************************************************** package Win32.crt is ------------------------------------------------------------------------------- -- -- THIS FILE AND ANY ASSOCIATED DOCUMENTATION IS PROVIDED "AS IS" WITHOUT -- WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT -- LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR -- A PARTICULAR PURPOSE. The user assumes the entire risk as to the accuracy -- and the use of this file. This file may be used only by licensees of -- Microsoft Corporation's WIN32 Software Development Kit in accordance with -- the terms of the licensee's End-User License Agreement for Microsoft -- Software for the WIN32 Development Kit. -- -- Copyright (c) Intermetrics, Inc. 1995 -- Microsoft is a registered trademark and Windows and Windows NT are -- trademarks of Microsoft Corporation. -- ------------------------------------------------------------------------------- end Win32.crt;