[pkg-wine-party] [SCM] Debian Wine packaging branch, wheezy, updated. wine-1.4-7-302-gb61b690

Alexandre Julliard julliard at winehq.org
Sun Jun 17 20:03:28 UTC 2012


The following commit has been merged in the wheezy branch:
commit 2883e654b88ad24ffbfb89b1b8ffda881731cbac
Author: Thomas Faber <thfabba at gmx.de>
Date:   Sat Apr 28 09:08:21 2012 +0200

    jscript: Add missing port.h include for isnan.
    (cherry picked from commit 58ad6fcf1fafb379b76c0fd66a5021ad9806bcaa)

diff --git a/dlls/jscript/array.c b/dlls/jscript/array.c
index f99fe01..0f17c36 100644
--- a/dlls/jscript/array.c
+++ b/dlls/jscript/array.c
@@ -16,6 +16,9 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
  */
 
+#include "config.h"
+#include "wine/port.h"
+
 #include <math.h>
 
 #include "jscript.h"

-- 
Debian Wine packaging



More information about the pkg-wine-party mailing list