* include/richedit.h (RICHEDIT_CLASS): UNICODE it.

* include/shlobj.h (IContextMenu2): Put methods in right order.
	* include/basetyps.h (REFGUID, REFIID, REFCLSID): Check for
	CINTERFACE before defining.
This commit is contained in:
Danny Smith
2002-03-13 20:00:16 +00:00
parent 73ea29f42c
commit 5289f34254
4 changed files with 14 additions and 3 deletions

View File

@ -9,7 +9,11 @@ extern "C" {
#endif
#pragma pack(push,4)
#ifdef UNICODE
#define RICHEDIT_CLASS L"RichEdit20W"
#else
#define RICHEDIT_CLASS "RichEdit20A"
#endif
#define CF_RTF TEXT("Rich Text Format")
#define CF_RTFNOOBJS TEXT("Rich Text Format Without Objects")
#define CF_RETEXTOBJ TEXT("RichEdit Text and Objects")