[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kjs
From:       Romain Pokrzywka <romain () kdab ! net>
Date:       2010-05-02 10:58:11
Message-ID: 20100502110159.A15CFAC8AA () svn ! kde ! org
[Download RAW message or body]

SVN commit 1121826 by pokrzywka:

disable the <ctype.h> checking on windows, as it causes errors in <xlocale> in the \
CRT, likely included indirectly by <string> further down.

 M  +2 -0      function.cpp  


--- trunk/KDE/kdelibs/kjs/function.cpp #1121825:1121826
@@ -41,7 +41,9 @@
 #include <stdlib.h>
 #include <assert.h>
 #include <string.h>
+#ifndef _WIN32
 #include "wtf/DisallowCType.h"
+#endif
 #include "wtf/ASCIICType.h"
 #include "bytecode/machine.h"
 #include <string>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic