summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/basetyps.h
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-03-13 20:00:16 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2002-03-13 20:00:16 +0000
commit5289f34254d5ca894cb0ccf6a0834b4d0a5f1e58 (patch)
tree3b2acbf059a954f951e5469b8e1bd2416bccca2c /winsup/w32api/include/basetyps.h
parent73ea29f42ce627a42e646c1256b2dd31b51a0afc (diff)
downloadcygnal-5289f34254d5ca894cb0ccf6a0834b4d0a5f1e58.tar.gz
cygnal-5289f34254d5ca894cb0ccf6a0834b4d0a5f1e58.tar.bz2
cygnal-5289f34254d5ca894cb0ccf6a0834b4d0a5f1e58.zip
* 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.
Diffstat (limited to 'winsup/w32api/include/basetyps.h')
-rw-r--r--winsup/w32api/include/basetyps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/basetyps.h b/winsup/w32api/include/basetyps.h
index a7bf0dfc1..e1e36501b 100644
--- a/winsup/w32api/include/basetyps.h
+++ b/winsup/w32api/include/basetyps.h
@@ -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&