mirror of https://github.com/tongzx/nt5src
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.
62 lines
739 B
62 lines
739 B
/*++
|
|
|
|
Copyright (c) 1995 Microsoft Corporation
|
|
All rights reserved
|
|
|
|
Module Name:
|
|
|
|
precomp.h
|
|
|
|
Abstract:
|
|
|
|
Precompiled header for client.
|
|
|
|
Author:
|
|
|
|
Weihai Chen (WeihaiC) 30-Mar-2000
|
|
|
|
Environment:
|
|
|
|
User Mode -Win32
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <stddef.h>
|
|
#include <ntddrdr.h>
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <windows.h>
|
|
#include <winspool.h>
|
|
|
|
#include <wininet.h>
|
|
#include <tchar.h>
|
|
#include <mdcommsg.h>
|
|
|
|
#include <stdlib.h>
|
|
#include <winsock.h>
|
|
#include <minmax.h>
|
|
|
|
#include <ipexport.h>
|
|
|
|
|
|
#include <lmcons.h>
|
|
#include <lmapibuf.h>
|
|
|
|
#include <splcom.h>
|
|
|
|
#include <winsplp.h>
|
|
|