Ignore:
Timestamp:
Mar 16, 2002, 8:53:47 AM (23 years ago)
Author:
umoeller
Message:

Misc updates for Unicode.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/winh.c

    r146 r147  
    23552355
    23562356BOOL winhAdjustControls(HWND hwndDlg,           // in: dialog (req.)
    2357                         MPARAM *pmpFlags,      // in: init flags or NULL for cleanup
     2357                        const MPARAM *pmpFlags, // in: init flags or NULL for cleanup
    23582358                        ULONG ulCount,          // in: item count (req.)
    23592359                        PSWP pswpNew,           // in: pswpNew from WM_WINDOWPOSCHANGED or NULL for cleanup
     
    23692369    {
    23702370        PSWP    pswpThis;
    2371         MPARAM  *pmpThis;
     2371        const MPARAM  *pmpThis;
    23722372        LONG    ldcx, ldcy;
    23732373        ULONG   cWindows = 0;
Note: See TracChangeset for help on using the changeset viewer.