2020-09-30 17:12:29 +02:00

21 lines
544 B
C++

//+-------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1993.
//
// File: linepriv.hxx
//
// Contents: Line control private header file.
//
// History: 21-Jul-94 BruceFo Created
//
//--------------------------------------------------------------------------
#ifndef __LINEPRIV_HXX__
#define __LINEPRIV_HXX__
DWORD UseLineControl(IN HINSTANCE hInstance);
DWORD ReleaseLineControl(IN HINSTANCE hInstance);
#endif // __LINEPRIV_HXX__