Changeset 55 for trunk/src/helpers/dosh2.c
- Timestamp:
- Apr 6, 2001, 7:12:11 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/dosh2.c
r54 r55 1789 1789 */ 1790 1790 1791 int Compare(const void *key,1792 const void *element)1791 int _Optlink Compare(const void *key, 1792 const void *element) 1793 1793 { 1794 1794 USHORT usOrdinal = *((PUSHORT) key); … … 1865 1865 &ulDummy))) 1866 1866 { 1867 if ((pFunction = bsearch(&usOrdinal,1868 paFunctions,1869 cFunctions,1870 sizeof(FSYSFUNCTION),1871 Compare)))1867 if ((pFunction = (PFSYSFUNCTION)bsearch(&usOrdinal, 1868 paFunctions, 1869 cFunctions, 1870 sizeof(FSYSFUNCTION), 1871 Compare))) 1872 1872 { 1873 1873 memcpy(pFunction->achFunctionName,
Note:
See TracChangeset
for help on using the changeset viewer.