43 lines
534 B
C
43 lines
534 B
C
|
/*++
|
||
|
|
||
|
Copyright (c) 1999 Microsoft Corporation
|
||
|
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
precomp.h
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Precompiled header for winipsec.dll.
|
||
|
|
||
|
Author:
|
||
|
|
||
|
abhisheV 21-September-1999
|
||
|
|
||
|
Environment:
|
||
|
|
||
|
User Level: Win32
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
|
||
|
--*/
|
||
|
|
||
|
#include <nt.h>
|
||
|
#include <ntrtl.h>
|
||
|
#include <nturtl.h>
|
||
|
#include <stddef.h>
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <string.h>
|
||
|
#include <rpc.h>
|
||
|
#include <windows.h>
|
||
|
#include <regstr.h>
|
||
|
#include <setupapi.h>
|
||
|
#include <wchar.h>
|
||
|
#include <raseapif.h>
|
||
|
#include <wzcsapi.h>
|
||
|
|
||
|
#include "wzc_c.h"
|