Force ANSI RichEdit in nsD example because UTF-16 encoded RTF is not valid
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7088 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8b652965b1
commit
d5ba6306e7
2 changed files with 8 additions and 6 deletions
|
@ -239,7 +239,8 @@ TVM Tree-view control
|
|||
!define /math EM_GETOPTIONS ${WM_USER} + 78
|
||||
!define /math EM_SETUNDOLIMIT ${WM_USER} + 82 ; v2+
|
||||
!define /math EM_AUTOURLDETECT ${WM_USER} + 91
|
||||
!define /math EM_SETEDITSTYLE ${WM_USER} + 204 ; v3+
|
||||
!define /Math EM_SETTEXTEX ${WM_USER} + 97 ; v3+
|
||||
!define /math EM_SETEDITSTYLE ${WM_USER} + 204
|
||||
!define /math EM_SETFONTSIZE ${WM_USER} + 223
|
||||
|
||||
!define EN_MSGFILTER 0x0700
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue