Changeset 9796 for trunk/src


Ignore:
Timestamp:
Feb 13, 2003, 2:10:49 PM (23 years ago)
Author:
sandervl
Message:

update for new WGSS

File:
1 edited

Legend:

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

    r9437 r9796  
    1 /* $Id: loadres.cpp,v 1.40 2002-11-27 13:56:26 sandervl Exp $ */
     1/* $Id: loadres.cpp,v 1.41 2003-02-13 13:10:49 sandervl Exp $ */
    22
    33/*
     
    168168    //if in OS/2 mode, then we must replace the standard button bitmaps
    169169    //(min, max, restore, close)
    170 #ifdef NEW_WGSS
    171170    if(fOS2Look && (hinst == hInstanceUser32 || !hinst)) {
    172171        switch((ULONG)lpszName) {
     
    189188        }
    190189    }
    191 #endif
    192190    if (!(fuLoad & LR_LOADFROMFILE))
    193191    {
Note: See TracChangeset for help on using the changeset viewer.