]> granicus.if.org Git - gc/commit
Fix Unicode Win32 API calls in cord de_win
authorIvan Maidanski <ivmai@mail.ru>
Sat, 2 Aug 2014 08:56:27 +0000 (12:56 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 11 Mar 2016 21:00:48 +0000 (00:00 +0300)
commit47a329cc91c5304651b549b9fed28e6712f71476
tree17c1e3c530a48d742cf940e3d2541278577843e5
parent6af4254868e50fc3a44720e494041adc12ba2840
Fix Unicode Win32 API calls in cord de_win

* cord/tests/de_win.c (FullAppName): Remove global variable.
* cord/tests/de_win.c (szAppName): Turn into macro; use TEXT().
* cord/tests/de_win.c (de_error): Force calling ANSI version of
MessageBox; remove casts to LPSTR.
* cord/tests/de_win.c (WinMain): Use TEXT() for lpszMenuName field and
for CreateWindow agrument.
* cord/tests/de_win.c (WndProc): Use TEXT() for DialogBox argument;
force calling ANSI version of TextOut.
cord/tests/de_win.c