From 4101963e2295d801171077a89a389d8a2f1e6717 Mon Sep 17 00:00:00 2001 From: Ralf Grillenberger Date: Thu, 20 Jan 2011 21:39:17 +0000 Subject: [PATCH] Fix NATIVESOCKETS macro Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3673 --- src/hardware/serialport/nullmodem.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/hardware/serialport/nullmodem.cpp b/src/hardware/serialport/nullmodem.cpp index 668ebc4c..c2349249 100644 --- a/src/hardware/serialport/nullmodem.cpp +++ b/src/hardware/serialport/nullmodem.cpp @@ -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)) {