Changeset 130 for trunk/dll/autoview.c
- Timestamp:
- May 23, 2005, 9:04:06 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/dll/autoview.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/autoview.c
r51 r130 7 7 8 8 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 14 15 15 16 ***********************************************************************/ … … 650 651 NULL); 651 652 if(hwndAutoObj) { 652 WinSetWindowULong(hwndAutoObj, 0,hwndParent);653 WinSetWindowULong(hwndAutoObj,QWL_USER,hwndParent); 653 654 priority_normal(); 654 655 while(WinGetMsg(hab2,&qmsg2,(HWND)0,0,0))
Note:
See TracChangeset
for help on using the changeset viewer.
