Ignore:
Timestamp:
Jun 15, 2001, 4:07:22 PM (24 years ago)
Author:
sandervl
Message:

dialog + os/2 frame control fixes

File:
1 edited

Legend:

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

    r6001 r6019  
    1 /* $Id: win32dlg.cpp,v 1.69 2001-06-13 17:28:06 sandervl Exp $ */
     1/* $Id: win32dlg.cpp,v 1.70 2001-06-15 14:07:22 sandervl Exp $ */
    22/*
    33 * Win32 Dialog Code for OS/2
     
    646646    {
    647647        info->windowName = (LPCSTR)(UINT)GET_WORD(p + 1);
    648         p = (WORD *)((char *)p+3);
     648        //Wine add 3 (bytes) here. But that causes problems with certain
     649        //InstallShield installers.
     650        p += 2;
    649651    }
    650652    else
Note: See TracChangeset for help on using the changeset viewer.