1st cut implementation of DdeInitialize32W and supporting code.
[wine] / include / flatsb.h
1 /*
2  * Flat scroll bar class extra info
3  *
4  * Copyright 1998 Eric Kohl
5  * Copyright 1999 Alex Priem
6  */
7
8 #ifndef __WINE_FLATSB_H
9 #define __WINE_FLATSB_H
10
11 typedef struct tagFLATSB_INFO
12 {
13     DWORD dwDummy;  /* just to keep the compiler happy ;-) */
14
15 } FLATSB_INFO, *LPFLATSB_INFO;
16
17
18 extern VOID FLATSB_Register (VOID);
19 extern VOID FLATSB_Unregister (VOID);
20
21 #endif  /* __WINE_FLATSB_H */