Changeset 5416 for trunk/src/comctl32/CCBase.h
- Timestamp:
- Mar 31, 2001, 3:25:59 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/CCBase.h
r4627 r5416 1 /* $Id: CCBase.h,v 1.1 1 2000-11-19 11:51:47sandervl Exp $ */1 /* $Id: CCBase.h,v 1.12 2001-03-31 13:25:25 sandervl Exp $ */ 2 2 /* 3 3 * COMCTL32 Base Functions and Macros for all Controls … … 7 7 #ifndef __CCBASE_H 8 8 #define __CCBASE_H 9 10 #include <heapstring.h> 9 11 10 12 #define getInfoPtr(hwnd) ((COMCTL32_HEADER*)GetWindowLongA(hwnd,0)) … … 20 22 } COMCTL32_HEADER; 21 23 22 PVOID initControl(HWND hwnd,DWORD dwSize);23 VOID doneControl(HWND hwnd);24 25 26 24 #ifdef __cplusplus 27 25 extern "C" { 28 26 #endif 27 28 PVOID initControl(HWND hwnd,DWORD dwSize); 29 VOID doneControl(HWND hwnd); 29 30 30 31 LRESULT defComCtl32ProcA(HWND hwnd,UINT Msg,WPARAM wParam,LPARAM lParam); … … 65 66 INT lstrcmpAW(WCHAR *textA,BOOL textaunicode,WCHAR *textB,BOOL textbunicode); 66 67 68 67 69 //read note in CCBase.cpp!! 68 70 INT lstrcmpniA(CHAR *textA,CHAR *textB,INT len); 69 71 INT lstrcmpniAtoW(CHAR *textA,WCHAR* textB,INT len); 70 INT lstrcmpniW(WCHAR *textA,WCHAR *textB,INT len);72 ////INT lstrcmpniW(WCHAR *textA,WCHAR *textB,INT len); 71 73 INT lstrcmpniAW(WCHAR *textA,BOOL unicodeA,WCHAR *textB,BOOL unicodeB,INT len); 72 74
Note:
See TracChangeset
for help on using the changeset viewer.