Changeset 4124 for trunk/include/win/wine/obj_oleview.h
- Timestamp:
- Aug 30, 2000, 3:56:39 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_oleview.h
r801 r4124 1 /* $Id: obj_oleview.h,v 1. 6 1999-09-02 19:07:18 phallerExp $ */1 /* $Id: obj_oleview.h,v 1.7 2000-08-30 13:56:39 sandervl Exp $ */ 2 2 /* 3 3 * Defines the COM interfaces and APIs related to ViewObject … … 36 36 * IViewObject interface 37 37 */ 38 typedef BOOL ( CALLBACK*IVO_ContCallback)(DWORD);38 typedef BOOL (* CALLBACK IVO_ContCallback)(DWORD); 39 39 40 40 #define ICOM_INTERFACE IViewObject
Note:
See TracChangeset
for help on using the changeset viewer.