Ignore:
Timestamp:
Dec 24, 2002, 8:44:35 AM (23 years ago)
Author:
umoeller
Message:

Misc fixes.

File:
1 edited

Legend:

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

    r232 r238  
    146146
    147147        // create mutex and request it right away
    148         return (!DosCreateMutexSem(NULL,
    149                                    &G_hmtxSubclassedTools,
    150                                    0,
    151                                    TRUE));      // request!
     148        return !DosCreateMutexSem(NULL,
     149                                  &G_hmtxSubclassedTools,
     150                                  0,
     151                                  TRUE);      // request!
    152152    }
    153153
     
    855855{
    856856    PTOOLTIPDATA pttd = (PTOOLTIPDATA)WinQueryWindowPtr(hwndTooltip, 1);
     857
    857858    switch ((ULONG)mp1)
    858859    {
     
    867868    }
    868869
    869     return (0);
     870    return 0;
    870871}
    871872
     
    10231024    }
    10241025
    1025     return ((MPARAM)FALSE);
     1026    return (MRESULT)FALSE;
    10261027}
    10271028
Note: See TracChangeset for help on using the changeset viewer.