Fixed a couple of memcpy errors.
[wine.git] / include / flatsb.h
blobec4eefc8af3d0cd6e84e22a469681cdf7c555e20
1 /*
2 * Flat scroll bar class extra info
4 * Copyright 1998 Eric Kohl
5 * Copyright 1999 Alex Priem
6 */
8 #ifndef __WINE_FLATSB_H
9 #define __WINE_FLATSB_H
11 typedef struct tagFLATSB_INFO
13 DWORD dwDummy; /* just to keep the compiler happy ;-) */
15 } FLATSB_INFO, *LPFLATSB_INFO;
18 extern VOID FLATSB_Register (VOID);
19 extern VOID FLATSB_Unregister (VOID);
21 #endif /* __WINE_FLATSB_H */