48 lines
1.0 KiB
C
48 lines
1.0 KiB
C
/*++ BUILD Version: 0001
|
|
*
|
|
* Copyright (c) 1991, Microsoft Corporation
|
|
*
|
|
* precomp.h
|
|
* Combined precompiled header source
|
|
*
|
|
* This file is a collection of all the common .h files used by the
|
|
* various source files in this directory. It is precompiled by the
|
|
* build process to speed up the overall build time.
|
|
*
|
|
* Put new .h files in here if it has to be seen by multiple source files.
|
|
* Keep in mind that the definitions in these .h files are potentially
|
|
* visible to all source files in this project.
|
|
*
|
|
* History:
|
|
* mattfe jan 26 95
|
|
--*/
|
|
|
|
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <windows.h>
|
|
#include <winspool.h>
|
|
#include <splapip.h>
|
|
#include <winsplp.h>
|
|
#include <rpc.h>
|
|
|
|
#include <spltypes.h>
|
|
#include <local.h>
|
|
#include <security.h>
|
|
#include <messages.h>
|
|
#include <splcom.h>
|
|
|
|
#include <ctype.h>
|
|
#include <wchar.h>
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <change.h>
|
|
|
|
#include <memory.h>
|
|
#include <ntfytab.h>
|
|
|
|
#include <winsprlp.h>
|
|
#include <gdispool.h>
|
|
#include <imagehlp.h>
|