Changeset 130 for trunk/dll/autoview.c


Ignore:
Timestamp:
May 23, 2005, 9:04:06 PM (20 years ago)
Author:
root
Message:

Use QWL_USER

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/autoview.c

    r51 r130  
    77
    88  Copyright (c) 1993-98 M. Kimes
    9   Copyright (c) 2001, 2002 Steven H.Levine
    10 
    11   Revisions     12 Sep 02 SHL - AutoObjProc: catch buff2 overflows
    12                 25 Oct 02 SHL - CreateHexDump: catch buffer overflow
    13                 12 Feb 03 SHL - AutoObjProc: standardize EA math
     9  Copyright (c) 2001, 2005 Steven H.Levine
     10
     11  12 Sep 02 SHL AutoObjProc: catch buff2 overflows
     12  25 Oct 02 SHL CreateHexDump: catch buffer overflow
     13  12 Feb 03 SHL AutoObjProc: standardize EA math
     14  23 May 05 SHL Use QWL_USER
    1415
    1516***********************************************************************/
     
    650651                                    NULL);
    651652      if(hwndAutoObj) {
    652         WinSetWindowULong(hwndAutoObj,0,hwndParent);
     653        WinSetWindowULong(hwndAutoObj,QWL_USER,hwndParent);
    653654        priority_normal();
    654655        while(WinGetMsg(hab2,&qmsg2,(HWND)0,0,0))
Note: See TracChangeset for help on using the changeset viewer.