- Timestamp:
- Oct 2, 2000, 3:36:39 PM (25 years ago)
- 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 birdExp $ */1 /* $Id: richedit.c,v 1.4 2000-10-02 13:36:39 sandervl Exp $ */ 2 2 /* 3 3 * RichEdit32 functions … … 140 140 "ERROR", MB_OK | MB_ICONSTOP) ; 141 141 return 0 ; 142 143 #ifdef __WIN32OS2__ 144 case WM_SETTEXT: 145 return SetWindowTextA(hwndEdit, lParam); 146 #endif 142 147 143 148 case EM_STREAMIN:
Note:
See TracChangeset
for help on using the changeset viewer.