source:
trunk/include/win/monthcal.h@
5200
Last change on this file since 5200 was 4608, checked in by , 25 years ago | |
---|---|
File size: 386 bytes |
Line | |
---|---|
1 | /* $Id: monthcal.h,v 1.5 2000-11-17 14:32:50 sandervl Exp $ */ |
2 | |
3 | /* |
4 | * Month calendar class extra info |
5 | * |
6 | * Copyright 1998 Eric Kohl |
7 | * Copyright 1999 Alex Priem |
8 | */ |
9 | |
10 | #ifndef __WINE_MONTHCAL_H |
11 | #define __WINE_MONTHCAL_H |
12 | |
13 | #ifdef __cplusplus |
14 | extern "C" { |
15 | #endif |
16 | |
17 | VOID MONTHCAL_Register (VOID); |
18 | VOID MONTHCAL_Unregister (VOID); |
19 | |
20 | #ifdef __cplusplus |
21 | } |
22 | #endif |
23 | |
24 | #endif /* __WINE_MONTHCAL_H */ |
Note:
See TracBrowser
for help on using the repository browser.