Fixed DOS line endings.
[wine/wine-kai.git] / dlls / riched20 / richole.c
blob4154f84ea433167e94235bf0b4317f79c16c1f8f
1 /*
2 * RichEdit GUIDs
4 * Copyright 2004 by Krzysztof Foltman
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21 #include <windef.h>
23 /* there is no way to be consistent across different sets of headers - mingw, Wine, Win32 SDK*/
25 #define RICHEDIT_GUID(name, l, w1, w2) \
26 GUID name = { l, w1, w2, {0xc0, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x46}}
28 RICHEDIT_GUID(IID_IRichEditOle, 0x00020d00, 0, 0);
29 RICHEDIT_GUID(IID_IRichEditOleCallback, 0x00020d03, 0, 0);
31 #define TEXTSERV_GUID(name, l, w1, w2, b1, b2) \
32 GUID name = { l, w1, w2, {b1, b2, 0x00, 0xaa, 0x00, 0x6c, 0xad, 0xc5}}
34 TEXTSERV_GUID(IID_ITextServices, 0x8d33f740, 0xcf58, 0x11ce, 0xa8, 0x9d);
35 TEXTSERV_GUID(IID_ITextHost, 0xc5bdd8d0, 0xd26e, 0x11ce, 0xa8, 0x9e);
36 TEXTSERV_GUID(IID_ITextHost2, 0xc5bdd8d0, 0xd26e, 0x11ce, 0xa8, 0x9e);