Change "unix" to "UNIX" in #ifdef's.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3322 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2013-05-29 16:31:05 +00:00
parent b0c2eb69ed
commit 9f9ab6fb45
2 changed files with 4 additions and 4 deletions

View File

@ -298,7 +298,7 @@ MainWindow::MainWindow(QSharedMemory *shdmem, QWidget *parent) :
}
#endif
#ifdef unix
#ifdef UNIX
psk_Reporter = new PSK_Reporter(this);
psk_Reporter->setLocalStation(m_myCall,m_myGrid, "WSJT-X r" + rev.mid(6,4) );
#endif
@ -695,7 +695,7 @@ void MainWindow::on_actionDeviceSetup_triggered() //Setup Dialog
}
#endif
#ifdef unix
#ifdef UNIX
psk_Reporter->setLocalStation(m_myCall,m_myGrid, "WSJT-X r" + rev.mid(6,4) );
#endif

View File

@ -88,7 +88,7 @@ extern "C" int d2aCallback(const void *inputBuffer, void *outputBuffer,
}
if(!btxok or btxMute) i2=0;
*wptr++ = i2; //left
#ifdef unix
#ifdef UNIX
*wptr++ = i2; //right
#endif
ic++;
@ -123,7 +123,7 @@ extern "C" int d2aCallback(const void *inputBuffer, void *outputBuffer,
}
if(!btxok or btxMute) i2=0;
*wptr++ = i2; //left
#ifdef unix
#ifdef UNIX
*wptr++ = i2; //right
#endif
ic++;