Changeset 302 for branches/branch-1-0/src/helpers/wphandle.c
- Timestamp:
- Oct 29, 2005, 3:14:59 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/branch-1-0/src/helpers/wphandle.c
r297 r302 802 802 // not found there: check the handles then 803 803 804 if (arc = wphQueryActiveHandles(hiniSystem, &pszActiveHandles))804 if (arc = wphQueryActiveHandles(hiniSystem, (PSZ *) &pszActiveHandles)) 805 805 _Pmpf((__FUNCTION__ ": wphQueryActiveHandles returned %d", arc)); 806 806 else … … 809 809 hiniSystem, 810 810 pszActiveHandles, 811 &hHandles))811 (HHANDLES *) &hHandles)) 812 812 _Pmpf((__FUNCTION__ ": wphLoadHandles returned %d", arc)); 813 813 else … … 836 836 free(pszActiveHandles); 837 837 if (hHandles) 838 wphFreeHandles( &hHandles);838 wphFreeHandles((HHANDLES *) &hHandles); 839 839 840 840 return arc;
Note:
See TracChangeset
for help on using the changeset viewer.