Module: wine Branch: master Commit: 4f324b3a4b67cb1a3263b5d144298ec8deda32b7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=4f324b3a4b67cb1a3263b5d144...
Author: Alexandre Julliard julliard@winehq.org Date: Sat Oct 18 19:19:02 2008 +0200
avifil32: Convert source files to utf-8.
---
dlls/avifil32/acmstream.c | 2 +- dlls/avifil32/api.c | 2 +- dlls/avifil32/avifile.c | 2 +- dlls/avifil32/avifile_private.h | 2 +- dlls/avifil32/editstream.c | 2 +- dlls/avifil32/extrachunk.c | 2 +- dlls/avifil32/extrachunk.h | 2 +- dlls/avifil32/factory.c | 2 +- dlls/avifil32/getframe.c | 2 +- dlls/avifil32/icmstream.c | 2 +- dlls/avifil32/tmpfile.c | 2 +- dlls/avifil32/wavfile.c | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/dlls/avifil32/acmstream.c b/dlls/avifil32/acmstream.c index 378ff7f..7794f54 100644 --- a/dlls/avifil32/acmstream.c +++ b/dlls/avifil32/acmstream.c @@ -1,5 +1,5 @@ /* - * Copyright 2002 Michael G�nnewig + * Copyright 2002 Michael Günnewig * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/dlls/avifil32/api.c b/dlls/avifil32/api.c index 12eb1b7..27744ee 100644 --- a/dlls/avifil32/api.c +++ b/dlls/avifil32/api.c @@ -1,6 +1,6 @@ /* * Copyright 1999 Marcus Meissner - * Copyright 2002-2003 Michael G�nnewig + * Copyright 2002-2003 Michael Günnewig * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/dlls/avifil32/avifile.c b/dlls/avifil32/avifile.c index 7a7b194..9f668c6 100644 --- a/dlls/avifil32/avifile.c +++ b/dlls/avifil32/avifile.c @@ -1,6 +1,6 @@ /* * Copyright 1999 Marcus Meissner - * Copyright 2002-2003 Michael G�nnewig + * Copyright 2002-2003 Michael Günnewig * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/dlls/avifil32/avifile_private.h b/dlls/avifil32/avifile_private.h index e4ee963..db31bd4 100644 --- a/dlls/avifil32/avifile_private.h +++ b/dlls/avifil32/avifile_private.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Michael G�nnewig + * Copyright 2002 Michael Günnewig * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/dlls/avifil32/editstream.c b/dlls/avifil32/editstream.c index de6f2e9..f2c6e5d 100644 --- a/dlls/avifil32/editstream.c +++ b/dlls/avifil32/editstream.c @@ -1,5 +1,5 @@ /* - * Copyright 2003 Michael G�nnewig + * Copyright 2003 Michael Günnewig * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/dlls/avifil32/extrachunk.c b/dlls/avifil32/extrachunk.c index 5b87623..f875814 100644 --- a/dlls/avifil32/extrachunk.c +++ b/dlls/avifil32/extrachunk.c @@ -1,5 +1,5 @@ /* - * Copyright 2002 Michael G�nnewig + * Copyright 2002 Michael Günnewig * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/dlls/avifil32/extrachunk.h b/dlls/avifil32/extrachunk.h index 3e097ba..1eda7ef 100644 --- a/dlls/avifil32/extrachunk.h +++ b/dlls/avifil32/extrachunk.h @@ -1,5 +1,5 @@ /* - * Copyright 2002 Michael G�nnewig + * Copyright 2002 Michael Günnewig * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/dlls/avifil32/factory.c b/dlls/avifil32/factory.c index 6d9afa3..d1246e8 100644 --- a/dlls/avifil32/factory.c +++ b/dlls/avifil32/factory.c @@ -1,5 +1,5 @@ /* - * Copyright 2002 Michael G�nnewig + * Copyright 2002 Michael Günnewig * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/dlls/avifil32/getframe.c b/dlls/avifil32/getframe.c index fd3ec56..428901e 100644 --- a/dlls/avifil32/getframe.c +++ b/dlls/avifil32/getframe.c @@ -1,5 +1,5 @@ /* - * Copyright 2002-2003 Michael G�nnewig + * Copyright 2002-2003 Michael Günnewig * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/dlls/avifil32/icmstream.c b/dlls/avifil32/icmstream.c index a5b221a..cb79fa4 100644 --- a/dlls/avifil32/icmstream.c +++ b/dlls/avifil32/icmstream.c @@ -1,5 +1,5 @@ /* - * Copyright 2002 Michael G�nnewig + * Copyright 2002 Michael Günnewig * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/dlls/avifil32/tmpfile.c b/dlls/avifil32/tmpfile.c index 27d9e4f..49b5a0a 100644 --- a/dlls/avifil32/tmpfile.c +++ b/dlls/avifil32/tmpfile.c @@ -1,5 +1,5 @@ /* - * Copyright 2003 Michael G�nnewig + * Copyright 2003 Michael Günnewig * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public diff --git a/dlls/avifil32/wavfile.c b/dlls/avifil32/wavfile.c index b9779e3..d67ea7e 100644 --- a/dlls/avifil32/wavfile.c +++ b/dlls/avifil32/wavfile.c @@ -1,5 +1,5 @@ /* - * Copyright 2002 Michael G�nnewig + * Copyright 2002 Michael Günnewig * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public