Line | |
---|
1 | /* $Id: datetime.h,v 1.4 2000-11-17 14:32:49 sandervl Exp $ */
|
---|
2 |
|
---|
3 | /*
|
---|
4 | * Date and time picker class extra info
|
---|
5 | *
|
---|
6 | * Copyright 1998 Eric Kohl
|
---|
7 | * Copyright 1999 Alex Priem
|
---|
8 | */
|
---|
9 |
|
---|
10 | #ifndef __WINE_DATETIME_H
|
---|
11 | #define __WINE_DATETIME_H
|
---|
12 |
|
---|
13 |
|
---|
14 | #ifdef __cplusplus
|
---|
15 | extern "C" {
|
---|
16 | #endif
|
---|
17 |
|
---|
18 | VOID DATETIME_Register (VOID);
|
---|
19 | VOID DATETIME_Unregister (VOID);
|
---|
20 |
|
---|
21 | #ifdef __cplusplus
|
---|
22 | }
|
---|
23 | #endif
|
---|
24 |
|
---|
25 | #endif /* __WINE_DATETIME_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.