| * Cursor and icon definitions |
| * Copyright 1995 Alexandre Julliard |
| #ifndef __WINE_CURSORICON_H |
| #define __WINE_CURSORICON_H |
| CURSORICONDIRENTRY idEntries[1] WINE_PACKED; |
| } CURSORICONFILEDIRENTRY; |
| CURSORICONFILEDIRENTRY idEntries[1]; |
| #define CID_RESOURCE 0x0001 |
| #define CID_NONSHARED 0x0008 |
| extern void CURSORICON_Init( void ); |
| extern HCURSOR16 CURSORICON_IconToCursor( HICON16 hIcon, |
| extern HGLOBAL CURSORICON_Load( HINSTANCE hInstance, LPCWSTR name, |
| int width, int height, int colors, |
| BOOL fCursor, UINT loadflags); |
| extern HGLOBAL CURSORICON_ExtCopy(HGLOBAL handle, UINT type, |
| INT desiredx, INT desiredy, |
| extern WORD WINAPI CURSORICON_Destroy( HGLOBAL16 handle, UINT16 flags ); |
| extern void CURSORICON_FreeModuleIcons( HMODULE hModule ); |
| #endif /* __WINE_CURSORICON_H */ |