reactos/dll/win32/riched20/precomp.h

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 */