Changeset 5383 for trunk/include/win/cursoricon.h
- Timestamp:
- Mar 27, 2001, 6:15:49 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/cursoricon.h
r4626 r5383 1 /* $Id: cursoricon.h,v 1. 4 2000-11-19 11:50:13sandervl Exp $ */1 /* $Id: cursoricon.h,v 1.5 2001-03-27 16:15:49 sandervl Exp $ */ 2 2 3 3 /* … … 9 9 #ifndef __WINE_CURSORICON_H 10 10 #define __WINE_CURSORICON_H 11 12 #include "windef.h"13 11 14 12 #include "pshpack1.h" … … 44 42 WORD idType; 45 43 WORD idCount; 46 CURSORICONDIRENTRY idEntries[1] WINE_PACKED;44 CURSORICONDIRENTRY idEntries[1]; 47 45 } CURSORICONDIR; 48 46 … … 88 86 extern void CURSORICON_Init( void ); 89 87 90 extern HCURSOR16 CURSORICON_IconToCursor( HICON16 hIcon,91 BOOL bSemiTransparent );92 93 88 extern HGLOBAL CURSORICON_Load( HINSTANCE hInstance, LPCWSTR name, 94 89 int width, int height, int colors,
Note:
See TracChangeset
for help on using the changeset viewer.