From kde-commits Sun May 02 10:58:11 2010 From: Romain Pokrzywka Date: Sun, 02 May 2010 10:58:11 +0000 To: kde-commits Subject: KDE/kdelibs/kjs Message-Id: <20100502110159.A15CFAC8AA () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=127279789125347 SVN commit 1121826 by pokrzywka: disable the checking on windows, as it causes errors in in the CRT, likely included indirectly by further down. M +2 -0 function.cpp --- trunk/KDE/kdelibs/kjs/function.cpp #1121825:1121826 @@ -41,7 +41,9 @@ #include #include #include +#ifndef _WIN32 #include "wtf/DisallowCType.h" +#endif #include "wtf/ASCIICType.h" #include "bytecode/machine.h" #include