Cleaned up a few USER dependencies.
[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 #include "windef.h"
12
13 typedef struct tagFLATSB_INFO
14 {
15     DWORD dwDummy;  /* just to keep the compiler happy ;-) */
16
17 } FLATSB_INFO, *LPFLATSB_INFO;
18
19
20 extern VOID FLATSB_Register (VOID);
21 extern VOID FLATSB_Unregister (VOID);
22
23 #endif  /* __WINE_FLATSB_H */