Changeset 21808 for branches/gcc-kmk/src/user32/combo.c
- Timestamp:
 - Nov 14, 2011, 11:03:47 PM (14 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  branches/gcc-kmk/src/user32/combo.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
branches/gcc-kmk/src/user32/combo.c
r21356 r21808 1428 1428 switch( HIWORD(wParam) ) 1429 1429 { 1430 case LBN_ERRSPACE:1430 case (WORD)LBN_ERRSPACE: 1431 1431 CB_NOTIFY( lphc, CBN_ERRSPACE ); 1432 1432 break;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  