K 10 svn:author V 3 tjr K 8 svn:date V 27 2002-10-24T02:53:45.000000Z K 7 svn:log V 238 Replace wcsstr() with an implementation based on strstr(), which is far more efficient. The problem with the previous implementation was that it calculated the length of the first argument ("big") with wcslen() when it was not necessary. END