Changeset 4370 for trunk/src


Ignore:
Timestamp:
Oct 2, 2000, 3:36:39 PM (25 years ago)
Author:
sandervl
Message:

wm_settext support added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/riched32/richedit.c

    r3922 r4370  
    1 /* $Id: richedit.c,v 1.3 2000-08-02 14:58:40 bird Exp $ */
     1/* $Id: richedit.c,v 1.4 2000-10-02 13:36:39 sandervl Exp $ */
    22/*
    33 * RichEdit32  functions
     
    140140                                  "ERROR", MB_OK | MB_ICONSTOP) ;
    141141            return 0 ;
     142
     143#ifdef __WIN32OS2__
     144    case WM_SETTEXT:
     145            return SetWindowTextA(hwndEdit, lParam);
     146#endif
    142147
    143148    case EM_STREAMIN:
Note: See TracChangeset for help on using the changeset viewer.