Fix NATIVESOCKETS macro
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3673
This commit is contained in:
parent
37a736c910
commit
4101963e22
1 changed files with 3 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Reference in a new issue