Changeset 6508 for trunk/include/win/wine/obj_picture.h
- Timestamp:
- Aug 10, 2001, 9:30:13 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_picture.h
r641 r6508 1 /* $Id: obj_picture.h,v 1.5 1999-08-22 22:52:09 sandervl Exp $ */2 1 /* 3 2 * Defines the COM interfaces and APIs related to OLE picture support. … … 25 24 typedef LONG OLE_YSIZE_HIMETRIC; 26 25 26 typedef enum tagPicture { /* bitmasks */ 27 PICTURE_SCALABLE = 0x1, 28 PICTURE_TRANSPARENT = 0x2 29 } PICTUREATTRIBUTES; 27 30 28 31
Note:
See TracChangeset
for help on using the changeset viewer.