Changeset 1762 for trunk/src/comctl32/header.c
- Timestamp:
- Nov 17, 1999, 6:06:23 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/header.c
r1431 r1762 1 /* $Id: header.c,v 1.1 8 1999-10-24 22:49:43 sandervlExp $ */1 /* $Id: header.c,v 1.19 1999-11-17 17:06:22 cbratschi Exp $ */ 2 2 /* 3 3 * Header control … … 2304 2304 } else SetCursor(infoPtr->hcurArrow); 2305 2305 2306 return 0;2306 return TRUE; 2307 2307 } 2308 2308 … … 2314 2314 SetCursor (infoPtr->hcurArrow); 2315 2315 2316 return 0;2316 return TRUE; 2317 2317 } 2318 2318
Note:
See TracChangeset
for help on using the changeset viewer.