Fix build on #ifndef _WIN32.

This commit is contained in:
Themaister 2012-09-23 11:06:26 +02:00
parent f8a57ef690
commit 35c3a4a252

View File

@ -113,7 +113,7 @@ error:
static bool cmd_init_stdin(rarch_cmd_t *handle)
{
#ifndef _WIN32
if (stdin_enable && !socket_nonblock(STDIN_FILENO))
if (!socket_nonblock(STDIN_FILENO))
return false;
#endif