ReactOS 0.4.15-dev-8100-g1887773
precomp.h
Go to the documentation of this file.
1
2#ifndef _DBGHELP_PRECOMP_H_
3#define _DBGHELP_PRECOMP_H_
4
5#include <wine/config.h>
6#include <wine/port.h>
7
8#include <assert.h>
9#include <stdio.h>
10
11#ifdef HAVE_SYS_MMAN_H
12# include <sys/mman.h>
13#endif
14#ifdef HAVE_SYS_STAT_H
15# include <sys/stat.h>
16#endif
17#ifdef HAVE_UNISTD_H
18# include <unistd.h>
19#endif
20
21#define _INC_WINDOWS
22#define COM_NO_WINDOWS_H
23
24#define NONAMELESSUNION
25#define NONAMELESSSTRUCT
26
27#include <ntstatus.h>
28#define WIN32_NO_STATUS
29
30#include "dbghelp_private.h"
31
32#include <winternl.h>
33#include <psapi.h>
34#include <wine/debug.h>
35#include <wine/mscvpdb.h>
36
37#include "image_private.h"
38
39#endif /* !_DBGHELP_PRECOMP_H_ */