37 lines
436 B
C
37 lines
436 B
C
/*++
|
|
|
|
Copyright (c) 1990-1996 Microsoft Corporation
|
|
All rights reserved
|
|
|
|
Module Name:
|
|
|
|
precomp.h
|
|
|
|
Abstract:
|
|
|
|
Precompiled header file.
|
|
|
|
Only place relatively static header files in here.
|
|
|
|
Environment:
|
|
|
|
User Mode -Win32
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#include <windows.h>
|
|
#include <winspool.h>
|
|
#include <winsplp.h>
|
|
#include <stddef.h>
|
|
#include <wininet.h>
|
|
#include <commctrl.h>
|
|
|
|
#include <spllib.hxx>
|
|
#include <inetlib.h>
|
|
|
|
|
|
|
|
|