NT4/private/windows/spooler/localspl/rpc/precomp.h
2020-09-30 17:12:29 +02:00

45 lines
973 B
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>