MakeNSISW now uses RichEdit 2.0, compatible with Unicode (exehead UIs already uses it anyway)

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6069 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
wizou 2010-04-21 09:09:47 +00:00
parent 70ccef9cbc
commit 68c5a5751e
4 changed files with 10 additions and 9 deletions

View file

@ -2,6 +2,7 @@
#define _WIN32_IE 0x0400
#include <windows.h>
#include <richedit.h>
#ifndef IDC_STATIC
#define IDC_STATIC -1