source:
trunk/include/win/flatsb.h@
76
Last change on this file since 76 was 41, checked in by , 26 years ago | |
---|---|
File size: 386 bytes |
Line | |
---|---|
1 | /* |
2 | * Flat scroll bar class extra info |
3 | * |
4 | * Copyright 1998 Eric Kohl |
5 | * Copyright 1999 Alex Priem |
6 | */ |
7 | |
8 | #ifndef __WINE_FLATSB_H |
9 | #define __WINE_FLATSB_H |
10 | |
11 | typedef struct tagFLATSB_INFO |
12 | { |
13 | DWORD dwDummy; /* just to keep the compiler happy ;-) */ |
14 | |
15 | } FLATSB_INFO, *LPFLATSB_INFO; |
16 | |
17 | |
18 | extern VOID FLATSB_Register (VOID); |
19 | extern VOID FLATSB_Unregister (VOID); |
20 | |
21 | #endif /* __WINE_FLATSB_H */ |
Note:
See TracBrowser
for help on using the repository browser.