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