Changeset 36 for trunk/include/win/imagelist.h
- Timestamp:
- Jun 6, 1999, 1:22:57 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/imagelist.h
r4 r36 1 /* $Id: imagelist.h,v 1.1 1999-05-24 20:19:12 ktk Exp $ */2 3 1 /* 4 2 * ImageList definitions 5 3 * 6 4 * Copyright 1998 Eric Kohl 5 * Copyright 1999 Achim Hasenmueller 7 6 */ 8 7 9 #ifndef _ _WINE_IMAGELIST_H10 #define _ _WINE_IMAGELIST_H8 #ifndef _IMAGELIST_H 9 #define _IMAGELIST_H 11 10 12 11 #include "wingdi.h" … … 33 32 typedef struct _IMAGELIST *HIMAGELIST; 34 33 35 #endif /* _ _WINE_IMAGELIST_H */34 #endif /* _IMAGELIST_H */ 36 35
Note:
See TracChangeset
for help on using the changeset viewer.