Changeset 5776 for trunk/src


Ignore:
Timestamp:
May 22, 2001, 11:32:27 AM (24 years ago)
Author:
sandervl
Message:

listview merge with latest wine (not yet complete)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/CCBase.h

    r5416 r5776  
    1 /* $Id: CCBase.h,v 1.12 2001-03-31 13:25:25 sandervl Exp $ */
     1/* $Id: CCBase.h,v 1.13 2001-05-22 09:32:27 sandervl Exp $ */
    22/*
    33 * COMCTL32 Base Functions and Macros for all Controls
     
    5454LRESULT sendVScroll(HWND hwnd,UINT wNotifyCode);
    5555
     56#ifdef __cplusplus
     57extern "C" {
     58#endif
    5659HWND createToolTip(HWND hwnd,UINT flags,BOOL addtool);
    5760VOID destroyToolTip(HWND hwndToolTip);
     61#ifdef __cplusplus
     62}
     63#endif
    5864
    5965VOID drawStubControl(HWND hwnd,HDC hdc);
Note: See TracChangeset for help on using the changeset viewer.