o Fixed win32 compilation.
And on that note... One bug we should fix is the current backend-socket misfeature on NT.
Sometimes when you start pike it fails to create the backend listen-socket (generally speaking, all socketpair_ultra sometimes fails) since NT thinks there has been enough sockets created in the last-whatever-the-timeperiod-is.
It's the famous 'anti-worm' 'feature' in XP service-pack 2.
Just retrying the socket creation (a few times) is usually enough.