- Timestamp:
- Jun 21, 1999, 3:16:23 AM (26 years ago)
- Location:
- trunk/src/pe2lx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/pe2lx/dialog.cpp
r97 r141 1 /* $Id: dialog.cpp,v 1. 3 1999-06-10 17:08:53 phallerExp $ */1 /* $Id: dialog.cpp,v 1.4 1999-06-21 01:16:23 buerkle Exp $ */ 2 2 3 3 /* … … 539 539 540 540 *fIconBmp = FALSE; 541 style &= 0xFFFF;542 541 543 542 switch(winclass) { … … 622 621 if(style & WINES_READONLY) os2style |= ES_READONLY; 623 622 if(style & WINES_PASSWORD) os2style |= ES_UNREADABLE; 623 if(style & WINWS_BORDER) os2style |= ES_MARGIN; 624 624 625 } 625 626 break; 626 627 627 628 case WIN_STATIC: 629 style &= 0xFFFF; 628 630 *os2class = (int)WC_STATIC & 0xFFFF; 629 631 if(style == WINSS_LEFT) -
trunk/src/pe2lx/pe.cpp
r97 r141 1 /* $Id: pe.cpp,v 1. 3 1999-06-10 17:08:55 phallerExp $ */1 /* $Id: pe.cpp,v 1.4 1999-06-21 01:15:40 buerkle Exp $ */ 2 2 3 3 /* … … 617 617 cout << "Resource Data RVA " << hex(pData->OffsetToData) << endl; 618 618 cout << "Resource Data VA " << hex(VirtualAddress) << endl; 619 cout << "Resource Codepage " << pData->CodePage << endl; 619 620 if(pData->Size) {//winamp17 winzip archive has resource with size 0 620 621 switch(type) {
Note:
See TracChangeset
for help on using the changeset viewer.