Ignore:
Timestamp:
Jun 18, 2009, 12:04:13 PM (16 years ago)
Author:
ydario
Message:

User32 updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/loadres.cpp

    r9796 r21303  
    168168    //if in OS/2 mode, then we must replace the standard button bitmaps
    169169    //(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) {
    171172        switch((ULONG)lpszName) {
    172173        case OBM_CLOSE:
Note: See TracChangeset for help on using the changeset viewer.