The R Project SVN R

Rev

Rev 43881 | Rev 44980 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 43881 Rev 43889
Line 676... Line 676...
676
 
676
 
677
    hModelessDlg = ReplaceText(&fr);
677
    hModelessDlg = ReplaceText(&fr);
678
}
678
}
679
 
679
 
680
 
680
 
-
 
681
#include <richedit.h>
681
/* Find and select a string in a rich edit control */
682
/* Find and select a string in a rich edit control */
682
 
683
 
683
static int richeditfind(HWND hwnd, char *what, int matchcase,
684
static int richeditfind(HWND hwnd, char *what, int matchcase,
684
			int wholeword, int down)
685
			int wholeword, int down)
685
{
686
{