29 lines
486 B
C
29 lines
486 B
C
|
/*++
|
||
|
|
||
|
Copyright (c) 1991 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
cpLogonP.c
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
include file for private\net\netlib\logonp.c
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Chandana Surlu (ChandanS) 09-Apr-1998
|
||
|
|
||
|
Environment:
|
||
|
|
||
|
Portable to any flat, 32-bit environment. (Uses Win32 typedefs.)
|
||
|
Requires ANSI C extensions: slash-slash comments, long external names.
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
09-Apr-1998 ChandanS
|
||
|
Created.
|
||
|
--*/
|
||
|
|
||
|
#include "..\..\..\..\netlib\logonp.c"
|