From: Vincent Povirk Subject: Re: [PATCH] gdi32: Reformat some strings to improve readability Message-Id: Date: Mon, 1 Apr 2019 16:49:31 -0500 In-Reply-To: References: <20190401073518.27827-1-mstefani@winehq.org> > > Why do we need the u before the strings? > That's an utf16 string literal. What else would you use? Oh, I assumed it was that wchar_t syntax we can't use. That makes sense then. Although I never quite understood why we can't initialize an array with any type of string literal.