diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2002-07-26 04:38:00 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2002-07-26 04:38:00 +0000 |
commit | b1f495ed3bf81f2c5240bccc1e58cee9e1441f7f (patch) | |
tree | 2dcb4637e137d06e07622d68f8939ac1e45be64d /winsup/w32api/include/oleidl.h | |
parent | 15cc7bc14d51a4fcc95bc77fda06a43aa6506769 (diff) | |
download | cygnal-b1f495ed3bf81f2c5240bccc1e58cee9e1441f7f.tar.gz cygnal-b1f495ed3bf81f2c5240bccc1e58cee9e1441f7f.tar.bz2 cygnal-b1f495ed3bf81f2c5240bccc1e58cee9e1441f7f.zip |
* include/oleidl.h (MK_ALT): Define.
Diffstat (limited to 'winsup/w32api/include/oleidl.h')
-rw-r--r-- | winsup/w32api/include/oleidl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/w32api/include/oleidl.h b/winsup/w32api/include/oleidl.h index b85ac110e..3d4e8e0d6 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; |