Changeset 168 for trunk/src/helpers/winh.c
- Timestamp:
- Jun 2, 2002, 10:50:25 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/winh.c
r167 r168 3534 3534 if (cbText) 3535 3535 { 3536 pszText = (PSZ)malloc(cbText + 1); 3537 if (pszText) 3536 if (pszText = (PSZ)malloc(cbText + 1)) 3538 3537 WinQueryWindowText(hwnd, 3539 3538 cbText + 1,
Note:
See TracChangeset
for help on using the changeset viewer.