mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 12:53:33 +00:00
17 lines
252 B
C
17 lines
252 B
C
|
|
#ifndef _RICHED20_PRECOMP_H
|
|
#define _RICHED20_PRECOMP_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 */
|