Files
reactos/dll/win32/riched20/precomp.h
2019-11-23 12:10:55 +01:00

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