Alexandre Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 1 | /* |
Eric Kohl | d68d501 | 1999-01-24 19:14:58 +0000 | [diff] [blame] | 2 | * Flat scroll bar class extra info |
Alexandre Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 3 | * |
| 4 | * Copyright 1998 Eric Kohl |
Eric Kohl | d68d501 | 1999-01-24 19:14:58 +0000 | [diff] [blame] | 5 | * Copyright 1999 Alex Priem |
Alexandre Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #ifndef __WINE_FLATSB_H |
| 9 | #define __WINE_FLATSB_H |
| 10 | |
Patrik Stridvall | 1ed4ecf | 1999-06-26 14:58:24 +0000 | [diff] [blame] | 11 | #include "windef.h" |
| 12 | |
Alexandre Julliard | 638f169 | 1999-01-17 16:32:32 +0000 | [diff] [blame] | 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 */ |