2003-12-08 Roald Ribe <rrib@users.sourceforge.net>
* include/winuser.h (RT_MANIFEST): Add define. 2003-12-08 Pascal Buhler <pbuhler@users.sourceforge.net> * include/oleidl.h (IViewObject2): Inherit from IViewObject.
This commit is contained in:
		| @@ -1,3 +1,11 @@ | ||||
| 2003-12-08  Roald Ribe <rrib@users.sourceforge.net> | ||||
|  | ||||
| 	* include/winuser.h (RT_MANIFEST): Add define. | ||||
|  | ||||
| 2003-12-08  Pascal Buhler <pbuhler@users.sourceforge.net> | ||||
|  | ||||
| 	* include/oleidl.h (IViewObject2): Inherit from IViewObject. | ||||
|  | ||||
| 2003-12-01  Danny Smith  <dannysmith@users.sourceforge.net> | ||||
|  | ||||
| 	* include/winnt.h (GetCurrentFiber): Remove duplicate prototype. | ||||
|   | ||||
| @@ -338,7 +338,7 @@ DECLARE_INTERFACE_(IViewObject,IUnknown) | ||||
| EXTERN_C const IID IID_IViewObject2; | ||||
| #undef INTERFACE | ||||
| #define INTERFACE IViewObject2 | ||||
| DECLARE_INTERFACE_(IViewObject2,IUnknown) | ||||
| DECLARE_INTERFACE_(IViewObject2,IViewObject) | ||||
| { | ||||
| 	STDMETHOD(QueryInterface)(THIS_ REFIID,PVOID*) PURE; | ||||
| 	STDMETHOD_(ULONG,AddRef)(THIS) PURE; | ||||
|   | ||||
| @@ -562,6 +562,7 @@ extern "C" { | ||||
| #define RT_ANICURSOR MAKEINTRESOURCE(21) | ||||
| #define RT_ANIICON MAKEINTRESOURCE(22) | ||||
| #define RT_HTML MAKEINTRESOURCE(23) | ||||
| #define RT_MANIFEST MAKEINTRESOURCE(24) | ||||
| #define EWX_FORCE 4 | ||||
| #define EWX_LOGOFF 0 | ||||
| #define EWX_POWEROFF 8 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user