blob: 4a6c61034ff67851af564b195784ff8ebcf864ee [file] [log] [blame]
Alexandre Julliard638f1691999-01-17 16:32:32 +00001/*
Eric Kohld68d5011999-01-24 19:14:58 +00002 * Flat scroll bar class extra info
Alexandre Julliard638f1691999-01-17 16:32:32 +00003 *
4 * Copyright 1998 Eric Kohl
Eric Kohld68d5011999-01-24 19:14:58 +00005 * Copyright 1999 Alex Priem
Alexandre Julliard638f1691999-01-17 16:32:32 +00006 */
7
8#ifndef __WINE_FLATSB_H
9#define __WINE_FLATSB_H
10
Patrik Stridvall1ed4ecf1999-06-26 14:58:24 +000011#include "windef.h"
12
Alexandre Julliard638f1691999-01-17 16:32:32 +000013typedef struct tagFLATSB_INFO
14{
15 DWORD dwDummy; /* just to keep the compiler happy ;-) */
16
17} FLATSB_INFO, *LPFLATSB_INFO;
18
19
20extern VOID FLATSB_Register (VOID);
21extern VOID FLATSB_Unregister (VOID);
22
23#endif /* __WINE_FLATSB_H */