----------------------------------------------------------------*/
| 116 | } |
| 117 | /*----------------------------------------------------------------*/ |
| 118 | BOOL |
| 119 | mswin_get_text_wrap(PNHTextBuffer pb) |
| 120 | { |
| 121 | return pb->b_wrap_text; |
| 122 | } |
| 123 | /*----------------------------------------------------------------*/ |
| 124 | static TCHAR * |
| 125 | nh_append(TCHAR *s, int *size, const char *ap) |
no outgoing calls
no test coverage detected