Ignore:
Timestamp:
Feb 22, 2001, 11:37:31 AM (25 years ago)
Author:
sandervl
Message:

window & class user word access fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/win32wbase.h

    r5237 r5242  
    1 /* $Id: win32wbase.h,v 1.109 2001-02-21 21:30:44 sandervl Exp $ */
     1/* $Id: win32wbase.h,v 1.110 2001-02-22 10:37:31 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    387387        ULONG   wndNameLength; //including 0 terminator
    388388
    389         ULONG  *userWindowLong;
    390         ULONG   nrUserWindowLong;
     389        char   *userWindowBytes;
     390        ULONG   nrUserWindowBytes;
    391391
    392392        RECT    rectWindow; //relative to parent
Note: See TracChangeset for help on using the changeset viewer.