RE: New tiny, very rudimentary web browser

Does anybody had success in compiling the tiny browser under NT?
The problem is that MSVC has not STDIN_FILENO variable. I've set the
following:

#define STDIN_FILENO (_fileno( stdin ))

but it does not work...

By the way, the same problem is in eventloop under NT.
Any ideas?

Kind regards,

Vladimir Kozlov.

Received on Tuesday, 9 February 1999 06:53:11 UTC