[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: problem with missing popen under windows
- From: "Todor Totev" <umbra.tenebris@...>
- Date: Tue, 31 Jan 2006 16:33:31 +0200
Hi all,
current version of luaconf.h says that:
#if defined(LUA_USE_POPEN)
...
#elif defined(LUA_WIN)
...
The problem is that i'm under windows but the compiler i'm using do not
have popen.
Can this be changed so that I can completely remove the popen-associated
code from lua?
Thanks in advance,
Todor