Module: wine
Branch: master
Commit: 62e290edeee8463ce956d1293488b98992be786f
URL: http://source.winehq.org/git/wine.git/?a=commit;h=62e290edeee8463ce956d1293…
Author: Andrey Gusev <andrey.goosev(a)gmail.com>
Date: Tue Nov 10 00:00:23 2015 +0200
include: Add d3dx10.h file.
Signed-off-by: Andrey Gusev <andrey.goosev(a)gmail.com>
Signed-off-by: Matteo Bruni <mbruni(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
include/Makefile.in | 1 +
include/d3dx10.h | 32 ++++++++++++++++++++++++++++++++
2 files changed, 33 insertions(+)
diff --git a/include/Makefile.in b/include/Makefile.in
index 299a095..27f0ef6 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -245,6 +245,7 @@ HEADER_SRCS = \
d3drmwin.h \
d3dtypes.h \
d3dvec.inl \
+ d3dx10.h \
d3dx9.h \
d3dx9anim.h \
d3dx9core.h \
diff --git a/include/d3dx10.h b/include/d3dx10.h
new file mode 100644
index 0000000..6333349
--- /dev/null
+++ b/include/d3dx10.h
@@ -0,0 +1,32 @@
+/*
+ * Copyright 2015 Andrey Gusev
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this library; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
+ */
+
+#ifndef __D3DX10_H__
+#define __D3DX10_H__
+
+#include <limits.h>
+#include <float.h>
+
+#define D3DX10_DEFAULT (0xffffffffu)
+#define D3DX10_FROM_FILE (0xfffffffdu)
+#define DXGI_FORMAT_FROM_FILE ((DXGI_FORMAT)0xfffffffdu)
+
+#include "d3d10.h"
+#include "d3dx10core.h"
+
+#endif
Module: website
Branch: master
Commit: 746ac9d8b9ae7b8ee866b05f249c181c09dc66f4
URL: http://source.winehq.org/git/website.git/?a=commit;h=746ac9d8b9ae7b8ee866b0…
Author: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Date: Thu Nov 12 21:19:28 2015 +0100
French translation for release 1.7.54
Signed-off-by: Frédéric Delanoy <frederic.delanoy(a)gmail.com>
Signed-off-by: Jeremy Newman <jnewman(a)codeweavers.com>
---
news/fr/2015103001.xml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/news/fr/2015103001.xml b/news/fr/2015103001.xml
new file mode 100644
index 0000000..841505b
--- /dev/null
+++ b/news/fr/2015103001.xml
@@ -0,0 +1,16 @@
+<news>
+<date>30 octobre 2015</date>
+<title>Sortie de Wine 1.7.54</title>
+<body>
+<p> La version de développement 1.7.54 de Wine est disponible.</p>
+<p> <a href="{$root}/announce/1.7.54">Nouveautés</a> de cette version :
+<ul>
+ <li>Implémentation de la fonction TransmitFile.</li>
+ <li>Poursuite de l'implémentation de la DLL Web Services.</li>
+ <li>Décodage vidéo amélioré.</li>
+ <li>Alternative pour l'outil déconseillé prelink.</li>
+ <li>Mise à jour majeure de la traduction turque.</li>
+ <li>Diverses corrections de bugs.</li>
+</ul></p>
+<p><p>Le <a href="http://prdownloads.sourceforge.net/wine/wine-1.7.54.tar.bz2">code source</a> est disponible dès à présent. Les paquets binaires sont en cours de construction, et apparaîtront sous peu sur leurs <a href="{$root}/download">sites de téléchargement</a> respectifs.
+</p></body></news>