Ignore:
Timestamp:
Apr 12, 2000, 6:39:00 PM (25 years ago)
Author:
cbratschi
Message:

listview: ver 4 feature complete

File:
1 edited

Legend:

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

    r3280 r3369  
    1 /* $Id: CCBase.h,v 1.7 2000-03-30 15:39:09 cbratschi Exp $ */
     1/* $Id: CCBase.h,v 1.8 2000-04-12 16:38:58 cbratschi Exp $ */
    22/*
    33 * COMCTL32 Base Functions and Macros for all Controls
     
    4646VOID drawStubControl(HWND hwnd,HDC hdc);
    4747
    48 INT lstrcmpAtoW(CHAR* textA,WCHAR* textW);
     48INT lstrcmpAtoW(CHAR *textA,WCHAR *textW);
     49INT lstrcmpAW(WCHAR *textA,BOOL textaunicode,WCHAR *textB,BOOL textbunicode);
     50
     51CHAR*  lstrstrA(CHAR *text,CHAR *subtext);
     52WCHAR* lstrstrW(WCHAR *text,WCHAR *subtext);
     53CHAR*  lstrstrAtoW(CHAR *text,WCHAR *subtext);
     54WCHAR* lstrstrWtoA(WCHAR *text,CHAR *subtext);
     55WCHAR* lstrstrAW(WCHAR *text,BOOL textunicode,WCHAR *subtext,BOOL subtextunicode);
    4956
    5057#endif
Note: See TracChangeset for help on using the changeset viewer.