Alexandre Julliard : include: Convert source files to utf-8.

Alexandre Julliard julliard at winehq.org
Sat Oct 18 13:38:36 CDT 2008


Module: wine
Branch: master
Commit: 750e7e072cd8bb36921545cb2beea9a6ce6350dc
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=750e7e072cd8bb36921545cb2beea9a6ce6350dc

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Sat Oct 18 19:22:02 2008 +0200

include: Convert source files to utf-8.

---

 include/ddk/ntddcdvd.h           |    4 ++--
 include/mediaobj.idl             |    2 +-
 include/shldisp.idl              |    2 +-
 include/wine/wined3d_interface.h |    2 +-
 include/wine/wined3d_types.h     |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/include/ddk/ntddcdvd.h b/include/ddk/ntddcdvd.h
index c1fae47..53e164f 100644
--- a/include/ddk/ntddcdvd.h
+++ b/include/ddk/ntddcdvd.h
@@ -136,10 +136,10 @@ typedef struct _DVD_LAYER_DESCRIPTOR
 
     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;
 
-    /* 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;
 
     /* Must be either 0x30000:DVD-ROM or DVD-R/-RW or 0x31000:DVD-RAM or DVD+RW */
diff --git a/include/mediaobj.idl b/include/mediaobj.idl
index a8700db..401f3fc 100644
--- a/include/mediaobj.idl
+++ b/include/mediaobj.idl
@@ -1,6 +1,6 @@
 /*
  * 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
  * modify it under the terms of the GNU Lesser General Public
diff --git a/include/shldisp.idl b/include/shldisp.idl
index 28c2357..4e2d2fe 100644
--- a/include/shldisp.idl
+++ b/include/shldisp.idl
@@ -1,7 +1,7 @@
 /*
  * 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
  * modify it under the terms of the GNU Lesser General Public
diff --git a/include/wine/wined3d_interface.h b/include/wine/wined3d_interface.h
index 9a29129..3330ebc 100644
--- a/include/wine/wined3d_interface.h
+++ b/include/wine/wined3d_interface.h
@@ -4,7 +4,7 @@
  * Copyright 2002-2003 The wine-d3d team
  * Copyright 2002-2003 Raphael Junqueira
  * 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
  * modify it under the terms of the GNU Lesser General Public
diff --git a/include/wine/wined3d_types.h b/include/wine/wined3d_types.h
index 2e7d5d7..4ccbcab 100644
--- a/include/wine/wined3d_types.h
+++ b/include/wine/wined3d_types.h
@@ -5,7 +5,7 @@
  * Copyright 2002-2003 Jason Edmeades
  *                     Raphael Junqueira
  * 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
  * modify it under the terms of the GNU Lesser General Public




More information about the wine-cvs mailing list