Changeset 69 for trunk/src/comctl32/header.c
- Timestamp:
- Jun 9, 1999, 3:12:53 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/header.c
r60 r69 26 26 #include "commctrl.h" 27 27 #include "header.h" 28 #include "comctl32.h" 28 29 29 30 … … 768 769 lpItem->pszText = COMCTL32_Alloc ((len+1)*sizeof(WCHAR)); 769 770 // lstrcpyAtoW (lpItem->pszText, phdi->pszText); 770 strcpy(lpItem->pszText, phdi->pszText);771 AsciiToUnicode(phdi->pszText, lpItem->pszText); 771 772 } 772 773 else … … 976 977 lpItem->pszText = COMCTL32_Alloc ((len+1)*sizeof(WCHAR)); 977 978 // lstrcpyAtoW (lpItem->pszText, phdi->pszText); 978 strcpy(lpItem->pszText, phdi->pszText);979 AsciiToUnicode(phdi->pszText, lpItem->pszText); 979 980 } 980 981 }
Note:
See TracChangeset
for help on using the changeset viewer.