include: Convert source files to utf-8.

This commit is contained in:
Alexandre Julliard 2008-10-18 19:22:02 +02:00
parent f62ac19fb5
commit 750e7e072c
5 changed files with 6 additions and 6 deletions

View File

@ -136,10 +136,10 @@ typedef struct _DVD_LAYER_DESCRIPTOR
UCHAR Reserved1 : 1; UCHAR Reserved1 : 1;
/* 0:0.74 µm/track, 1:0.80 µm/track, 2:0.615 µm/track */ /* 0:0.74 µm/track, 1:0.80 µm/track, 2:0.615 µm/track */
UCHAR TrackDensity : 4; UCHAR TrackDensity : 4;
/* 0:0.267 µm/bit, 1:0.293 µm/bit, 2:0.409 to 0.435 µm/bit, 4:0.280 to 0.291 µm/bit, 8:0.353 µm/bit */ /* 0:0.267 µm/bit, 1:0.293 µm/bit, 2:0.409 to 0.435 µm/bit, 4:0.280 to 0.291 µm/bit, 8:0.353 µm/bit */
UCHAR LinearDensity : 4; UCHAR LinearDensity : 4;
/* Must be either 0x30000:DVD-ROM or DVD-R/-RW or 0x31000:DVD-RAM or DVD+RW */ /* Must be either 0x30000:DVD-ROM or DVD-R/-RW or 0x31000:DVD-RAM or DVD+RW */

View File

@ -1,6 +1,6 @@
/* /*
* Copyright (C) 2002 Alexandre Julliard * Copyright (C) 2002 Alexandre Julliard
* Copyright (C) 2004 Vincent Béron * Copyright (C) 2004 Vincent Béron
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

View File

@ -1,7 +1,7 @@
/* /*
* COM interfaces for shell objects * COM interfaces for shell objects
* *
* Copyright (C) 2004 Maxime Bellengé * Copyright (C) 2004 Maxime Bellengé
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

View File

@ -4,7 +4,7 @@
* Copyright 2002-2003 The wine-d3d team * Copyright 2002-2003 The wine-d3d team
* Copyright 2002-2003 Raphael Junqueira * Copyright 2002-2003 Raphael Junqueira
* Copyright 2005 Oliver Stieber * Copyright 2005 Oliver Stieber
* Copyright 2006 Stefan Dösinger for CodeWeavers * Copyright 2006 Stefan Dösinger for CodeWeavers
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public

View File

@ -5,7 +5,7 @@
* Copyright 2002-2003 Jason Edmeades * Copyright 2002-2003 Jason Edmeades
* Raphael Junqueira * Raphael Junqueira
* Copyright 2005 Oliver Stieber * Copyright 2005 Oliver Stieber
* Copyright 2006 Stefan Dösinger * Copyright 2006 Stefan Dösinger
* *
* This library is free software; you can redistribute it and/or * This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public * modify it under the terms of the GNU Lesser General Public