Changeset 290 for trunk/dll/assoc.c
- Timestamp:
- Jun 27, 2006, 2:13:08 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/dll/assoc.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/assoc.c
r123 r290 7 7 Copyright (c) 2004 Steven H.Levine 8 8 9 Revisions01 Aug 04 SHL Rework lstrip/rstrip usage9 01 Aug 04 SHL Rework lstrip/rstrip usage 10 10 11 11 ***********************************************************************/ … … 53 53 MRESULT EXPENTRY AssocTextProc (HWND hwnd,ULONG msg,MPARAM mp1,MPARAM mp2) { 54 54 55 PFNWP oldproc = (PFNWP)WinQueryWindowPtr(hwnd,0);55 PFNWP oldproc = (PFNWP)WinQueryWindowPtr(hwnd,QWL_USER); 56 56 static BOOL emphasized = FALSE; 57 57 … … 494 494 (PFNWP)AssocTextProc); 495 495 if(oldproc) 496 WinSetWindowPtr(WinWindowFromID(hwnd,ASS_CL), 0,(PVOID)oldproc);496 WinSetWindowPtr(WinWindowFromID(hwnd,ASS_CL),QWL_USER,(PVOID)oldproc); 497 497 } 498 498 break;
Note:
See TracChangeset
for help on using the changeset viewer.
