xref: /reactos/dll/win32/riched20/precomp.h (revision 4561998a)
1 
2 #ifndef _RICHED20_PRECOMP_H
3 #define _RICHED20_PRECOMP_H
4 
5 #include <wine/config.h>
6 
7 #define WIN32_NO_STATUS
8 #define _INC_WINDOWS
9 #define COM_NO_WINDOWS_H
10 
11 #define NONAMELESSUNION
12 #define NONAMELESSSTRUCT
13 
14 #include "editor.h"
15 
16 #include <tom.h>
17 
18 #endif /* !_RICHED20_PRECOMP_H */
19