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