Reading joystick 5 when we only support 4 should fail instead of
[wine/multimedia.git] / include / monthcal.h
blobfbc501a99328924b40f6292b60a651c207fe4613
1 /*
2 * Month calendar class extra info
4 * Copyright 1998 Eric Kohl
5 */
7 #ifndef __WINE_MONTHCAL_H
8 #define __WINE_MONTHCAL_H
10 typedef struct tagMONTHCAL_INFO
12 DWORD dwDummy; /* just to keep the compiler happy ;-) */
15 } MONTHCAL_INFO, *LPMONTHCAL_INFO;
18 extern VOID MONTHCAL_Register (VOID);
19 extern VOID MONTHCAL_Unregister (VOID);
21 #endif /* __WINE_MONTHCAL_H */