ReactOS 0.4.15-dev-7934-g1dc8d80
precomp.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Spooler Router
3 * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4 * PURPOSE: Precompiled Header for all source files
5 * COPYRIGHT: Copyright 2015 Colin Finck (colin@reactos.org)
6 */
7
8#ifndef _PRECOMP_H
9#define _PRECOMP_H
10
11#define WIN32_NO_STATUS
12#include <windef.h>
13#include <winbase.h>
14#include <wingdi.h>
15#include <winreg.h>
16#include <winspool.h>
17#include <winsplp.h>
18#include <ndk/rtlfuncs.h>
19
20#include <spoolss.h>
22
23#include <wine/debug.h>
25
26// Function pointers
28
29// Structures
34{
37}
39
40/*
41 * Describes a handle returned by OpenPrinterW.
42 * We can't just pass the handle returned by the Print Provider, because spoolss has to remember which Print Provider opened this handle.
43 */
45{
48}
50
51// main.c
52extern HANDLE hProcessHeap;
54
55#endif
#define WINE_DEFAULT_DEBUG_CHANNEL(t)
Definition: precomp.h:23
HANDLE hProcessHeap
Definition: kbswitch.c:37
#define BOOL
Definition: nt_native.h:43
#define DWORD
Definition: nt_native.h:44
struct _PRINTPROVIDOR * LPPRINTPROVIDOR
Definition: typedefs.h:120
PSPOOLSS_PRINT_PROVIDER pPrintProvider
Definition: precomp.h:46
LIST_ENTRY Entry
Definition: precomp.h:35
PRINTPROVIDOR PrintProvider
Definition: precomp.h:36
LIST_ENTRY PrintProviderList
Definition: main.c:12
struct _SPOOLSS_PRINT_PROVIDER * PSPOOLSS_PRINT_PROVIDER
struct _SPOOLSS_PRINT_PROVIDER SPOOLSS_PRINT_PROVIDER
struct _SPOOLSS_PRINTER_HANDLE * PSPOOLSS_PRINTER_HANDLE
BOOL(WINAPI * PInitializePrintProvidor)(LPPRINTPROVIDOR, DWORD, LPWSTR)
Definition: precomp.h:27
struct _SPOOLSS_PRINTER_HANDLE SPOOLSS_PRINTER_HANDLE
#define WINAPI
Definition: msvc.h:6
WCHAR * LPWSTR
Definition: xmlstorage.h:184