* include/oleidl.h (MK_ALT): Define.

This commit is contained in:
Danny Smith 2002-07-26 04:38:00 +00:00
parent 15cc7bc14d
commit b1f495ed3b
2 changed files with 7 additions and 0 deletions

View file

@ -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.

View file

@ -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;