Changeset 238 for trunk/src/helpers/cctl_tooltip.c
- Timestamp:
- Dec 24, 2002, 8:44:35 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/cctl_tooltip.c
r232 r238 146 146 147 147 // create mutex and request it right away 148 return (!DosCreateMutexSem(NULL,149 150 151 TRUE)); // request!148 return !DosCreateMutexSem(NULL, 149 &G_hmtxSubclassedTools, 150 0, 151 TRUE); // request! 152 152 } 153 153 … … 855 855 { 856 856 PTOOLTIPDATA pttd = (PTOOLTIPDATA)WinQueryWindowPtr(hwndTooltip, 1); 857 857 858 switch ((ULONG)mp1) 858 859 { … … 867 868 } 868 869 869 return (0);870 return 0; 870 871 } 871 872 … … 1023 1024 } 1024 1025 1025 return ( (MPARAM)FALSE);1026 return (MRESULT)FALSE; 1026 1027 } 1027 1028
Note:
See TracChangeset
for help on using the changeset viewer.