From 5d9d8f854f2a612e773b337783ddb3d8b74e6c8f Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Sat, 18 Oct 2008 19:21:00 +0200 Subject: [PATCH] user32: Convert source files to utf-8. --- dlls/user32/comm16.c | 4 ++-- dlls/user32/menu.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dlls/user32/comm16.c b/dlls/user32/comm16.c index 8bd4a447f6f..c7f3ab217e7 100644 --- a/dlls/user32/comm16.c +++ b/dlls/user32/comm16.c @@ -21,13 +21,13 @@ * * History: * - * Mar 31, 1999. Ove Kåven + * Mar 31, 1999. Ove Kåven * - Implemented buffers and EnableCommNotification. * * Apr 3, 1999. Lawson Whitney * - Fixed the modem control part of EscapeCommFunction16. * - * Mar 3, 1999. Ove Kåven + * Mar 3, 1999. Ove Kåven * - Use port indices instead of unixfds for win16 * - Moved things around (separated win16 and win32 routines) * - Added some hints on how to implement buffers and EnableCommNotification. diff --git a/dlls/user32/menu.c b/dlls/user32/menu.c index b7cfe1c2cda..928a9eb47d5 100644 --- a/dlls/user32/menu.c +++ b/dlls/user32/menu.c @@ -4,7 +4,7 @@ * Copyright 1993 Martin Ayotte * Copyright 1994 Alexandre Julliard * Copyright 1997 Morten Welinder - * Copyright 2005 Maxime Bellengé + * Copyright 2005 Maxime Bellengé * Copyright 2006 Phil Krylov * * This library is free software; you can redistribute it and/or -- 2.11.4.GIT