Ignore:
Timestamp:
Feb 25, 2000, 6:00:18 PM (26 years ago)
Author:
cbratschi
Message:

unicode and other changes

File:
1 edited

Legend:

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

    r2875 r2895  
    1 /* $Id: CCBase.h,v 1.2 2000-02-23 17:09:40 cbratschi Exp $ */
     1/* $Id: CCBase.h,v 1.3 2000-02-25 17:00:15 cbratschi Exp $ */
    22/*
    33 * COMCTL32 Base Functions and Macros for all Controls
     
    2525LRESULT defComCtl32ProcW(HWND hwnd,UINT Msg,WPARAM wParam,LPARAM lParam);
    2626
     27BOOL isUnicodeNotify(COMCTL32_HEADER *infoPtr);
     28BOOL isUnicodeNotify(HWND hwnd);
     29
    2730LRESULT sendNotify(HWND hwnd,UINT code);
    2831LRESULT sendNotify(HWND hwnd,UINT code,LPNMHDR nmhdr);
Note: See TracChangeset for help on using the changeset viewer.