Ignore:
Timestamp:
Nov 17, 2000, 3:32:50 PM (25 years ago)
Author:
sandervl
Message:

header updates for comctl32

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/flatsb.h

    r94 r4608  
    1 /* $Id: flatsb.h,v 1.2 1999-06-10 16:21:51 achimha Exp $ */
     1/* $Id: flatsb.h,v 1.3 2000-11-17 14:32:50 sandervl Exp $ */
    22/*
    33 * Flat scroll bar class extra info
     
    1010#define __WINE_FLATSB_H
    1111
    12 typedef struct tagFLATSB_INFO
    13 {
    14     DWORD dwDummy;  /* just to keep the compiler happy ;-) */
     12#ifdef __cplusplus
     13extern "C" {
     14#endif
    1515
    16 } FLATSB_INFO, *LPFLATSB_INFO;
     16VOID FLATSB_Register (VOID);
     17VOID FLATSB_Unregister (VOID);
    1718
    18 
    19 extern VOID FLATSB_Register (VOID);
    20 extern VOID FLATSB_Unregister (VOID);
     19#ifdef __cplusplus
     20}
     21#endif
    2122
    2223#endif  /* __WINE_FLATSB_H */
Note: See TracChangeset for help on using the changeset viewer.