wine/include/flatsb.h
Alexandre Julliard 638f169b1e Recovery of release 990110 after disk crash.
See Changelog for changes between 990103 and 990110.
1999-01-17 16:32:32 +00:00

21 lines
362 B
C

/*
* Date and time picker class extra info
*
* Copyright 1998 Eric Kohl
*/
#ifndef __WINE_FLATSB_H
#define __WINE_FLATSB_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 */