Re: yet another pattern-matching library for Lua
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: yet another pattern-matching library for Lua
- From: Shmuel Zeigerman <shmuz@...>
- Date: 2006年12月29日 18:51:25 +0200
Kurt Jung wrote:
I had to #ifdef out the utf8 function on a certain operating system
(guess which one) because MSVCRT.DLL doesn't support wctype!
Included libmsvcp60.a in the build (with MinGW),
it builds OK here, no need to #ifdef.
--
Shmuel