DoDragDrop and OleIsCurrentClipboard stub implementation.
[wine] / include / flatsb.h
1 /*
2  * Date and time picker class extra info
3  *
4  * Copyright 1998 Eric Kohl
5  */
6
7 #ifndef __WINE_FLATSB_H
8 #define __WINE_FLATSB_H
9
10 typedef struct tagFLATSB_INFO
11 {
12     DWORD dwDummy;  /* just to keep the compiler happy ;-) */
13
14 } FLATSB_INFO, *LPFLATSB_INFO;
15
16
17 extern VOID FLATSB_Register (VOID);
18 extern VOID FLATSB_Unregister (VOID);
19
20 #endif  /* __WINE_FLATSB_H */