Ignore:
Timestamp:
Apr 6, 2001, 7:12:11 PM (24 years ago)
Author:
umoeller
Message:

misc changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/dosh2.c

    r54 r55  
    17891789 */
    17901790
    1791 int Compare(const void *key,
    1792             const void *element)
     1791int _Optlink Compare(const void *key,
     1792                     const void *element)
    17931793{
    17941794    USHORT        usOrdinal = *((PUSHORT) key);
     
    18651865                                    &ulDummy)))
    18661866                {
    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)))
    18721872                    {
    18731873                        memcpy(pFunction->achFunctionName,
Note: See TracChangeset for help on using the changeset viewer.