Changeset 4608 for trunk/include/win/flatsb.h
- Timestamp:
- Nov 17, 2000, 3:32:50 PM (25 years ago)
- File:
-
- 1 edited
-
trunk/include/win/flatsb.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/flatsb.h
r94 r4608 1 /* $Id: flatsb.h,v 1. 2 1999-06-10 16:21:51 achimhaExp $ */1 /* $Id: flatsb.h,v 1.3 2000-11-17 14:32:50 sandervl Exp $ */ 2 2 /* 3 3 * Flat scroll bar class extra info … … 10 10 #define __WINE_FLATSB_H 11 11 12 typedef struct tagFLATSB_INFO 13 {14 DWORD dwDummy; /* just to keep the compiler happy ;-) */ 12 #ifdef __cplusplus 13 extern "C" { 14 #endif 15 15 16 } FLATSB_INFO, *LPFLATSB_INFO; 16 VOID FLATSB_Register (VOID); 17 VOID FLATSB_Unregister (VOID); 17 18 18 19 extern VOID FLATSB_Register (VOID); 20 extern VOID FLATSB_Unregister (VOID); 19 #ifdef __cplusplus 20 } 21 #endif 21 22 22 23 #endif /* __WINE_FLATSB_H */
Note:
See TracChangeset
for help on using the changeset viewer.
