1
0
Fork 0

Fix NATIVESOCKETS macro

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3673
This commit is contained in:
Ralf Grillenberger 2011-01-20 21:39:17 +00:00
parent 37a736c910
commit 4101963e22

View file

@ -138,11 +138,13 @@ CNullModem::CNullModem(Bitu id, CommandLine* cmd):CSerial (id, cmd) {
}
}
} else {
#endif
LOG_MSG("Serial%d: socket inheritance not supported on this platform.",
COMNUMBER);
return;
}
#else
LOG_MSG("Serial%d: socket inheritance not available.", COMNUMBER);
#endif
}
std::string tmpstring;
if(cmd->FindStringBegin("server:",tmpstring,false)) {