mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
19 lines
278 B
C
19 lines
278 B
C
|
|
||
|
#ifndef _RICHED20_PRECOMP_H
|
||
|
#define _RICHED20_PRECOMP_H
|
||
|
|
||
|
#include <wine/config.h>
|
||
|
|
||
|
#define WIN32_NO_STATUS
|
||
|
#define _INC_WINDOWS
|
||
|
#define COM_NO_WINDOWS_H
|
||
|
|
||
|
#define NONAMELESSUNION
|
||
|
#define NONAMELESSSTRUCT
|
||
|
|
||
|
#include "editor.h"
|
||
|
|
||
|
#include <tom.h>
|
||
|
|
||
|
#endif /* !_RICHED20_PRECOMP_H */
|