aboutsummaryrefslogtreecommitdiff
path: root/winsup/w32api
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-07-26 04:38:00 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2002-07-26 04:38:00 +0000
commitb1f495ed3bf81f2c5240bccc1e58cee9e1441f7f (patch)
tree2dcb4637e137d06e07622d68f8939ac1e45be64d /winsup/w32api
parent15cc7bc14d51a4fcc95bc77fda06a43aa6506769 (diff)
downloadnewlib-b1f495ed3bf81f2c5240bccc1e58cee9e1441f7f.zip
newlib-b1f495ed3bf81f2c5240bccc1e58cee9e1441f7f.tar.gz
newlib-b1f495ed3bf81f2c5240bccc1e58cee9e1441f7f.tar.bz2
* include/oleidl.h (MK_ALT): Define.
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog4
-rw-r--r--winsup/w32api/include/oleidl.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 2922685..9f46539 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-25 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * include/oleidl.h (MK_ALT): Define.
+
2002-07-26 Mattia Barbon <mbarbon@dsi.unive.it>
* include/exdisp.h: New file.
diff --git a/winsup/w32api/include/oleidl.h b/winsup/w32api/include/oleidl.h
index b85ac11..3d4e8e0 100644
--- a/winsup/w32api/include/oleidl.h
+++ b/winsup/w32api/include/oleidl.h
@@ -9,6 +9,9 @@ extern "C" {
#endif
#include <objfwd.h>
+
+#define MK_ALT 32
+
typedef interface IParseDisplayname *LPPARSEDISPLAYNAME;
typedef interface IOleContainer *LPOLECONTAINER;
typedef interface IOleClientSite *LPOLECLIENTSITE;