Changeset 3410 for trunk/src/comctl32/CCBase.h
- Timestamp:
- Apr 16, 2000, 8:52:40 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/CCBase.h
r3409 r3410 1 /* $Id: CCBase.h,v 1. 9 2000-04-16 18:26:56cbratschi Exp $ */1 /* $Id: CCBase.h,v 1.10 2000-04-16 18:52:38 cbratschi Exp $ */ 2 2 /* 3 3 * COMCTL32 Base Functions and Macros for all Controls … … 53 53 INT lstrcmpAW(WCHAR *textA,BOOL textaunicode,WCHAR *textB,BOOL textbunicode); 54 54 55 //read note in CCBase.cpp! 55 //read note in CCBase.cpp!! 56 56 INT lstrcmpniA(CHAR *textA,CHAR *textB,INT len); 57 57 INT lstrcmpniAtoW(CHAR *textA,WCHAR* textB,INT len);
Note:
See TracChangeset
for help on using the changeset viewer.