wine-wine/include/flatsb.h

24 lines
407 B
C
Raw Normal View History

/*
1999-01-24 19:14:58 +00:00
* Flat scroll bar class extra info
*
* Copyright 1998 Eric Kohl
1999-01-24 19:14:58 +00:00
* Copyright 1999 Alex Priem
*/
#ifndef __WINE_FLATSB_H
#define __WINE_FLATSB_H
#include "windef.h"
typedef struct tagFLATSB_INFO
{
DWORD dwDummy; /* just to keep the compiler happy ;-) */
} FLATSB_INFO, *LPFLATSB_INFO;
extern VOID FLATSB_Register (VOID);
extern VOID FLATSB_Unregister (VOID);
#endif /* __WINE_FLATSB_H */