* 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

@ -108,7 +108,7 @@ typedef unsigned long error_status_t;
typedef unsigned long PROPID;
#ifndef _REFGUID_DEFINED
#ifdef __cplusplus
#if defined (__cplusplus) && !defined (CINTERFACE)
#define REFGUID const GUID&
#define REFIID const IID&
#define REFCLSID const CLSID&