Yet another attempt at fixing CW_USEDEFAULT handling.
[wine.git] / include / flatsb.h
blob4a6c61034ff67851af564b195784ff8ebcf864ee
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 #include "windef.h"
13 typedef struct tagFLATSB_INFO
15 DWORD dwDummy; /* just to keep the compiler happy ;-) */
17 } FLATSB_INFO, *LPFLATSB_INFO;
20 extern VOID FLATSB_Register (VOID);
21 extern VOID FLATSB_Unregister (VOID);
23 #endif /* __WINE_FLATSB_H */