Changeset 3369 for trunk/src/comctl32/CCBase.h
- Timestamp:
- Apr 12, 2000, 6:39:00 PM (25 years ago)
- 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:09cbratschi Exp $ */1 /* $Id: CCBase.h,v 1.8 2000-04-12 16:38:58 cbratschi Exp $ */ 2 2 /* 3 3 * COMCTL32 Base Functions and Macros for all Controls … … 46 46 VOID drawStubControl(HWND hwnd,HDC hdc); 47 47 48 INT lstrcmpAtoW(CHAR* textA,WCHAR* textW); 48 INT lstrcmpAtoW(CHAR *textA,WCHAR *textW); 49 INT lstrcmpAW(WCHAR *textA,BOOL textaunicode,WCHAR *textB,BOOL textbunicode); 50 51 CHAR* lstrstrA(CHAR *text,CHAR *subtext); 52 WCHAR* lstrstrW(WCHAR *text,WCHAR *subtext); 53 CHAR* lstrstrAtoW(CHAR *text,WCHAR *subtext); 54 WCHAR* lstrstrWtoA(WCHAR *text,CHAR *subtext); 55 WCHAR* lstrstrAW(WCHAR *text,BOOL textunicode,WCHAR *subtext,BOOL subtextunicode); 49 56 50 57 #endif
Note:
See TracChangeset
for help on using the changeset viewer.