* Sync up to trunk HEAD (r62286).
[reactos.git] / dll / win32 / riched20 / editor.h
index d129a79..0521522 100644 (file)
@@ -18,6 +18,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+#ifndef _RICHED20_EDITOR_H
+#define _RICHED20_EDITOR_H
+
 #include <config.h>
 
 #include <assert.h>
@@ -375,3 +378,5 @@ LRESULT ME_StreamOut(ME_TextEditor *editor, DWORD dwFormat, EDITSTREAM *stream)
 
 /* clipboard.c */
 HRESULT ME_GetDataObject(ME_TextEditor *editor, const ME_Cursor *start, int nChars, LPDATAOBJECT *lplpdataobj) DECLSPEC_HIDDEN;
+
+#endif /* _RICHED20_EDITOR_H */