//+------------------------------------------------------------------------- // // 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__