Changeset 141 for trunk/src


Ignore:
Timestamp:
Jun 21, 1999, 3:16:23 AM (26 years ago)
Author:
buerkle
Message:

* empty log message *

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 phaller Exp $ */
     1/* $Id: dialog.cpp,v 1.4 1999-06-21 01:16:23 buerkle Exp $ */
    22
    33/*
     
    539539
    540540  *fIconBmp = FALSE;
    541   style &= 0xFFFF;
    542541
    543542  switch(winclass) {
     
    622621      if(style & WINES_READONLY)    os2style |= ES_READONLY;
    623622      if(style & WINES_PASSWORD)    os2style |= ES_UNREADABLE;
     623      if(style & WINWS_BORDER)      os2style |= ES_MARGIN;
     624
    624625    }
    625626    break;
    626627
    627628        case WIN_STATIC:
     629                style &= 0xFFFF;
    628630                *os2class = (int)WC_STATIC & 0xFFFF;
    629631                if(style == WINSS_LEFT)
  • trunk/src/pe2lx/pe.cpp

    r97 r141  
    1 /* $Id: pe.cpp,v 1.3 1999-06-10 17:08:55 phaller Exp $ */
     1/* $Id: pe.cpp,v 1.4 1999-06-21 01:15:40 buerkle Exp $ */
    22
    33/*
     
    617617                cout << "Resource Data RVA " << hex(pData->OffsetToData) << endl;
    618618                cout << "Resource Data VA  " << hex(VirtualAddress) << endl;
     619                cout << "Resource Codepage " << pData->CodePage << endl;
    619620                if(pData->Size) {//winamp17 winzip archive has resource with size 0
    620621                 switch(type) {
Note: See TracChangeset for help on using the changeset viewer.