windows-nt/Source/XPSP1/NT/base/efiutil/efilib/inc/ulibcl.hxx

37 lines
427 B
C++
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 1990 Microsoft Corporation
Module Name:
ulibcl.hxx
Abstract:
This module contains declarations that the clients of
ULIB.DLL require.
Environment:
ULIB Clients, User Mode
--*/
#if ! defined( _ULIBCLIENTDEFN_ )
#define _ULIBCLIENTDEFN_
ULIB_EXPORT
PSTREAM
Get_Standard_Input_Stream();
ULIB_EXPORT
PSTREAM
Get_Standard_Output_Stream();
ULIB_EXPORT
PSTREAM
Get_Standard_Error_Stream();
#endif