ReactOS 0.4.15-dev-7924-g5949c20
precomp.h
Go to the documentation of this file.
1
2#ifndef _IMAGEHLP_PCH_
3#define _IMAGEHLP_PCH_
4
5#include <stdarg.h>
6
7#define _INC_WINDOWS
8#define COM_NO_WINDOWS_H
9
10#include <windef.h>
11#include <winbase.h>
12#include <imagehlp.h>
13
14#include <wine/debug.h>
15
16#endif /* !_IMAGEHLP_PCH_ */