Changeset 2212
- Timestamp:
 - Dec 27, 1999, 6:13:40 PM (26 years ago)
 - Location:
 - trunk/src/comctl32
 - Files:
 - 
      
- 2 edited
 
- 
          
  tooltips.c (modified) (1 diff)
 - 
          
  updown.c (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/comctl32/tooltips.c
r2205 r2212 1 /* $Id: tooltips.c,v 1.1 8 1999-12-26 17:32:14cbratschi Exp $ */1 /* $Id: tooltips.c,v 1.19 1999-12-27 17:13:40 cbratschi Exp $ */ 2 2 /* 3 3 * Tool tip control  - 
      
trunk/src/comctl32/updown.c
r1431 r2212 1 /* $Id: updown.c,v 1.1 0 1999-10-24 22:49:50 sandervlExp $ */1 /* $Id: updown.c,v 1.11 1999-12-27 17:13:40 cbratschi Exp $ */ 2 2 /* 3 3 * Updown control … … 30 30 */ 31 31 32 /* CB: Odin32 problems33 - Open32 doesn't look for CS_DBLCLKS -> double clicks always sent34 */35 36 32 #include <stdlib.h> 37 33 #include <stdio.h> 38 34 #include <string.h> 39 40 35 #include "winbase.h" 41 36 #include "winuser.h"  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  