- Timestamp:
- Feb 13, 2003, 2:10:49 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/loadres.cpp
r9437 r9796 1 /* $Id: loadres.cpp,v 1.4 0 2002-11-27 13:56:26sandervl Exp $ */1 /* $Id: loadres.cpp,v 1.41 2003-02-13 13:10:49 sandervl Exp $ */ 2 2 3 3 /* … … 168 168 //if in OS/2 mode, then we must replace the standard button bitmaps 169 169 //(min, max, restore, close) 170 #ifdef NEW_WGSS171 170 if(fOS2Look && (hinst == hInstanceUser32 || !hinst)) { 172 171 switch((ULONG)lpszName) { … … 189 188 } 190 189 } 191 #endif192 190 if (!(fuLoad & LR_LOADFROMFILE)) 193 191 {
Note:
See TracChangeset
for help on using the changeset viewer.