From 1f5365ab826a8fd28039cfbe7ced92e982844961 Mon Sep 17 00:00:00 2001
From: Francois Gouget <fgouget@free.fr>
Date: Mon, 12 Feb 2001 19:17:46 +0000
Subject: [PATCH] Declare RICHEDIT_CLASS20W using a WCHAR array.

---
 include/richedit.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/richedit.h b/include/richedit.h
index 33eb38beaab..f976584fd43 100644
--- a/include/richedit.h
+++ b/include/richedit.h
@@ -15,7 +15,7 @@ extern "C" {
 #define cchTextLimitDefault 0x7fff
 
 #define RICHEDIT_CLASS20A	"RichEdit20A"
-#define RICHEDIT_CLASS20W	L"RichEdit20W"
+static const WCHAR RICHEDIT_CLASS20W[] = { 'R','i','c','h','E','d','i','t','2','0','W', '\0' };
 #define RICHEDIT_CLASS10A	"RICHEDIT"
 
 #if (_RICHEDIT_VER >= 0x0200 )
-- 
GitLab