Changeset 21303 for trunk/src/user32/loadres.cpp
- Timestamp:
- Jun 18, 2009, 12:04:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/loadres.cpp
r9796 r21303 168 168 //if in OS/2 mode, then we must replace the standard button bitmaps 169 169 //(min, max, restore, close) 170 if(fOS2Look && (hinst == hInstanceUser32 || !hinst)) { 170 //(NOTE: if hBmpCloseButton present until WGSS has been updated) 171 if(fOS2Look && (hinst == hInstanceUser32 || !hinst) && hBmpCloseButton) { 171 172 switch((ULONG)lpszName) { 172 173 case OBM_CLOSE:
Note:
See TracChangeset
for help on using the changeset viewer.