mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-24 18:32:27 -04: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
5b9ec45e74
commit
7fd790e8be
@ -298,7 +298,7 @@ MainWindow::MainWindow(QSharedMemory *shdmem, QWidget *parent) :
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef unix
|
#ifdef UNIX
|
||||||
psk_Reporter = new PSK_Reporter(this);
|
psk_Reporter = new PSK_Reporter(this);
|
||||||
psk_Reporter->setLocalStation(m_myCall,m_myGrid, "WSJT-X r" + rev.mid(6,4) );
|
psk_Reporter->setLocalStation(m_myCall,m_myGrid, "WSJT-X r" + rev.mid(6,4) );
|
||||||
#endif
|
#endif
|
||||||
@ -695,7 +695,7 @@ void MainWindow::on_actionDeviceSetup_triggered() //Setup Dialog
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef unix
|
#ifdef UNIX
|
||||||
psk_Reporter->setLocalStation(m_myCall,m_myGrid, "WSJT-X r" + rev.mid(6,4) );
|
psk_Reporter->setLocalStation(m_myCall,m_myGrid, "WSJT-X r" + rev.mid(6,4) );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@ extern "C" int d2aCallback(const void *inputBuffer, void *outputBuffer,
|
|||||||
}
|
}
|
||||||
if(!btxok or btxMute) i2=0;
|
if(!btxok or btxMute) i2=0;
|
||||||
*wptr++ = i2; //left
|
*wptr++ = i2; //left
|
||||||
#ifdef unix
|
#ifdef UNIX
|
||||||
*wptr++ = i2; //right
|
*wptr++ = i2; //right
|
||||||
#endif
|
#endif
|
||||||
ic++;
|
ic++;
|
||||||
@ -123,7 +123,7 @@ extern "C" int d2aCallback(const void *inputBuffer, void *outputBuffer,
|
|||||||
}
|
}
|
||||||
if(!btxok or btxMute) i2=0;
|
if(!btxok or btxMute) i2=0;
|
||||||
*wptr++ = i2; //left
|
*wptr++ = i2; //left
|
||||||
#ifdef unix
|
#ifdef UNIX
|
||||||
*wptr++ = i2; //right
|
*wptr++ = i2; //right
|
||||||
#endif
|
#endif
|
||||||
ic++;
|
ic++;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user