Many fixes/reimplementations.
[wine] / include / datetime.h
1 /*
2  * Date and time picker class extra info
3  *
4  * Copyright 1998 Eric Kohl
5  */
6
7 #ifndef __WINE_DATETIME_H
8 #define __WINE_DATETIME_H
9
10 #include "windef.h"
11
12 typedef struct tagDATETIME_INFO
13 {
14     DWORD dwDummy;  /* just to keep the compiler happy ;-) */
15
16
17 } DATETIME_INFO, *LPDATETIME_INFO;
18
19
20 extern VOID DATETIME_Register (VOID);
21 extern VOID DATETIME_Unregister (VOID);
22
23 #endif  /* __WINE_DATETIME_H */