Ignore:
Timestamp:
Nov 19, 2000, 12:51:48 PM (25 years ago)
Author:
sandervl
Message:

Resynched with Christoph's changes for unicode handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/comctl32/comboex.c

    r4611 r4627  
    929929        ERR("unknown msg %04x wp=%08x lp=%08lx\n",
    930930             uMsg, wParam, lParam);
     931#ifdef __WIN32OS2__
     932            return defComCtl32ProcA (hwnd, uMsg, wParam, lParam);
     933#else
    931934        return DefWindowProcA (hwnd, uMsg, wParam, lParam);
     935#endif
    932936    }
    933937    return 0;
Note: See TracChangeset for help on using the changeset viewer.