mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-12-23 19:25:37 -05:00
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:
parent
b0c2eb69ed
commit
9f9ab6fb45
@ -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
|
||||
|
||||
|
@ -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++;
|
||||
|
Loading…
Reference in New Issue
Block a user