From 64a6bb9b0e5e128d208948a72f5851c1f31845bc Mon Sep 17 00:00:00 2001 From: Ged Murphy Date: Wed, 2 Aug 2006 20:00:45 +0000 Subject: [PATCH] remove wine file. This should now be defined in our psdk svn path=/trunk/; revision=23420 --- reactos/include/reactos/wine/richedit.h | 52 ------------------------- 1 file changed, 52 deletions(-) delete mode 100644 reactos/include/reactos/wine/richedit.h diff --git a/reactos/include/reactos/wine/richedit.h b/reactos/include/reactos/wine/richedit.h deleted file mode 100644 index 08feed836d7..00000000000 --- a/reactos/include/reactos/wine/richedit.h +++ /dev/null @@ -1,52 +0,0 @@ -/* - * Copyright (C) 2000 Jean-Claude Batista - * Copyright (C) 2002 Andriy Palamarchuk - * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. - * - * This library is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * Lesser General Public License for more details. - * - * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - -#include_next - -#ifndef __WINE_RICHEDIT_H -#define __WINE_RICHEDIT_H - -#include "pshpack4.h" - -#ifdef __cplusplus -extern "C" { -#endif - -#ifndef _RICHEDIT_VER -#define _RICHEDIT_VER 0x0210 -#endif /* _RICHEDIT_VER */ - -#define cchTextLimitDefault 0x7fff - -#define RICHEDIT_CLASS20A "RichEdit20A" -#if defined(__GNUC__) -# define RICHEDIT_CLASS20W (const WCHAR []){ 'R','i','c','h','E','d','i','t','2','0','W',0 } -#elif defined(_MSC_VER) -# define RICHEDIT_CLASS20W L"RichEdit20W" -#else -static const WCHAR RICHEDIT_CLASS20W[] = { 'R','i','c','h','E','d','i','t','2','0','W',0 }; -#endif -#define RICHEDIT_CLASS10A "RICHEDIT" - -#ifdef __cplusplus -} -#endif - -#include "poppack.h" -#endif /* __WINE_RICHEDIT_H */