Changeset 186 for trunk/dll/inis.c


Ignore:
Timestamp:
Jun 5, 2005, 9:05:21 PM (20 years ago)
Author:
root
Message:

Use QWL_USER

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/inis.c

    r161 r186  
    1010  01 Aug 04 SHL Rework fixup usage
    1111  24 May 05 SHL Rework Win_Error usage
     12  05 Jun 05 SHL Use QWL_USER
    1213
    1314***********************************************************************/
     
    19251926        if(oldproc)
    19261927          WinSetWindowPtr(WinWindowFromID(hwnd,INI_APPLIST),
    1927                           0,
     1928                          QWL_USER,
    19281929                          (PVOID)oldproc);
    19291930        oldproc = WinSubclassWindow(WinWindowFromID(hwnd,INI_KEYLIST),
     
    19311932        if(oldproc)
    19321933          WinSetWindowPtr(WinWindowFromID(hwnd,INI_KEYLIST),
    1933                           0,
     1934                          QWL_USER,
    19341935                          (PVOID)oldproc);
    19351936        oldproc = WinSubclassWindow(WinWindowFromID(hwnd,INI_DATALIST),
     
    19371938        if(oldproc)
    19381939          WinSetWindowPtr(WinWindowFromID(hwnd,INI_DATALIST),
    1939                           0,
     1940                          QWL_USER,
    19401941                          (PVOID)oldproc);
    19411942      }
Note: See TracChangeset for help on using the changeset viewer.