32 lines
450 B
C
32 lines
450 B
C
|
|
||
|
/*++
|
||
|
|
||
|
Copyright (c) 1987-1992 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
nlcommon.c
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Just an include for ..\nlcommon.c
|
||
|
|
||
|
Author:
|
||
|
|
||
|
ChandanS 09-April-1998
|
||
|
|
||
|
Environment:
|
||
|
|
||
|
User mode only.
|
||
|
Contains NT-specific code.
|
||
|
Requires ANSI C extensions: slash-slash comments, long external names.
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
--*/
|
||
|
|
||
|
#include "logonsrv.h" // Include files common to entire service
|
||
|
#pragma hdrstop
|
||
|
|
||
|
#include "..\idl\nlcommon.c"
|