2 * structure definitions for CURSOR
4 * Copyright Martin Ayotte, 1993
7 #ifndef __WINE_CURSOR_H
8 #define __WINE_CURSOR_H
22 CURSORDESCRIP descriptor;
30 extern void CURSOR_SetWinCursor( HWND hwnd, HCURSOR hcursor ); /* cursor.c */
32 #endif /* __WINE_CURSOR_H */