Fixed the border for the listbox created by the simple combobox.
[wine/hacks.git] / include / datetime.h
blobb5e6cbf3e944d837cbe9f18f40391ba6ebc2ffee
1 /*
2 * Date and time picker class extra info
4 * Copyright 1998 Eric Kohl
5 */
7 #ifndef __WINE_DATETIME_H
8 #define __WINE_DATETIME_H
10 #include "windef.h"
12 typedef struct tagDATETIME_INFO
14 DWORD dwDummy; /* just to keep the compiler happy ;-) */
17 } DATETIME_INFO, *LPDATETIME_INFO;
20 extern VOID DATETIME_Register (VOID);
21 extern VOID DATETIME_Unregister (VOID);
23 #endif /* __WINE_DATETIME_H */