ReactOS 0.4.15-dev-7918-g2a2556c
precomp.h
Go to the documentation of this file.
1
2#ifndef _USP10_PRECOMP_H_
3#define _USP10_PRECOMP_H_
4
5#include <stdarg.h>
6
7#define WIN32_NO_STATUS
8#define _INC_WINDOWS
9#define COM_NO_WINDOWS_H
10
11#include <windef.h>
12#include <winbase.h>
13#include <wingdi.h>
14#include <usp10.h>
15
16#include <wine/debug.h>
17
18#include "usp10_internal.h"
19
20#endif /* !_USP10_PRECOMP_H_ */