Changeset 1797 for trunk/src/user32
- Timestamp:
- Nov 21, 1999, 3:37:17 PM (26 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/src/user32/static.cpp (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/user32/static.cppr1724 r1797 1 /* $Id: static.cpp,v 1. 9 1999-11-13 16:42:42 cbratschiExp $ */1 /* $Id: static.cpp,v 1.10 1999-11-21 14:37:17 achimha Exp $ */ 2 2 /* 3 3 * Static control … … 80 80 BITMAP bmp; 81 81 82 if (infoPtr == NULL) 83 return 0; 84 82 85 if ((dwStyle & SS_TYPEMASK) != SS_ICON) return 0; 83 86 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
