Changeset 1810 for trunk/src/user32/static.cpp
- Timestamp:
- Nov 22, 1999, 9:33:25 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/static.cpp
r1801 r1810 1 /* $Id: static.cpp,v 1.1 1 1999-11-21 17:07:51 cbratschiExp $ */1 /* $Id: static.cpp,v 1.12 1999-11-22 20:33:24 sandervl Exp $ */ 2 2 /* 3 3 * Static control … … 109 109 DWORD dwStyle = GetWindowLongA(hwnd,GWL_STYLE); 110 110 111 if (infoPtr == NULL) 112 return 0; 113 111 114 if ((dwStyle & SS_TYPEMASK) != SS_BITMAP) return 0; 112 115
Note:
See TracChangeset
for help on using the changeset viewer.