2 * Cursor and icon definitions
4 * Copyright 1995 Alexandre Julliard
7 #ifndef __WINE_CURSORICON_H
8 #define __WINE_CURSORICON_H
39 CURSORDIRENTRY cursor
;
47 CURSORICONDIRENTRY idEntries
[1] WINE_PACKED
;
59 } CURSORICONFILEDIRENTRY
;
66 CURSORICONFILEDIRENTRY idEntries
[1];
72 extern HCURSOR16
CURSORICON_IconToCursor( HICON16 hIcon
,
73 BOOL32 bSemiTransparent
);
75 extern HGLOBAL32
CURSORICON_Load32( HINSTANCE32 hInstance
, LPCWSTR name
,
76 int width
, int height
, int colors
,
77 BOOL32 fCursor
, UINT32 loadflags
);
79 #endif /* __WINE_CURSORICON_H */