* include/oleidl.h (MK_ALT): Define.
This commit is contained in:
parent
15cc7bc14d
commit
b1f495ed3b
|
@ -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.
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue