mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
544 B
20 lines
544 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// 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__
|