Ignore:
Timestamp:
Jun 12, 2001, 8:25:11 PM (24 years ago)
Author:
sandervl
Message:

logging fix for CreateWindowExW + fix for dialog template parsing

File:
1 edited

Legend:

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

    r5950 r5977  
    1 /* $Id: win32dlg.cpp,v 1.67 2001-06-10 09:19:58 sandervl Exp $ */
     1/* $Id: win32dlg.cpp,v 1.68 2001-06-12 18:25:11 sandervl Exp $ */
    22/*
    33 * Win32 Dialog Code for OS/2
     
    646646    {
    647647        info->windowName = (LPCSTR)(UINT)GET_WORD(p + 1);
    648         p += 2;
     648        p = (WORD *)((char *)p+3);
    649649    }
    650650    else
Note: See TracChangeset for help on using the changeset viewer.