Changeset 1730 for trunk/src/comctl32/comctl32.c
- Timestamp:
- Nov 14, 1999, 11:58:38 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/comctl32.c
r1058 r1730 1 /* $Id: comctl32.c,v 1.1 0 1999-09-26 11:01:08achimha Exp $ */1 /* $Id: comctl32.c,v 1.11 1999-11-14 10:58:37 achimha Exp $ */ 2 2 /* 3 3 * Win32 common controls implementation … … 365 365 DrawStatusTextW (HDC hdc, LPRECT lprc, LPCWSTR text, UINT style) 366 366 { 367 // ERROR DON'T KNOW HOW TO TRANSLATE!!! 368 LPSTR p; 369 // LPSTR p = HEAP_strdupWtoA (GetProcessHeap (), 0, text); 367 LPSTR p = HEAP_strdupWtoA (GetProcessHeap (), 0, text); 370 368 DrawStatusTextA (hdc, lprc, p, style); 371 369 HeapFree (GetProcessHeap (), 0, p );
Note:
See TracChangeset
for help on using the changeset viewer.