MSVC temporary fix-up

This commit is contained in:
Charles J. Cliffe
2015-12-01 22:06:50 -05:00
parent 0f8065f48a
commit 7d0c667f3e
3 changed files with 26 additions and 2 deletions
+2
View File
@@ -177,7 +177,9 @@ bool CubicSDR::OnInit() {
Modem::addModemFactory(new ModemASK);
Modem::addModemFactory(new ModemBPSK);
Modem::addModemFactory(new ModemDPSK);
#if ENABLE_LIQUID_EXPERIMENTAL
Modem::addModemFactory(new ModemFSK);
#endif
Modem::addModemFactory(new ModemGMSK);
Modem::addModemFactory(new ModemOOK);
Modem::addModemFactory(new ModemPSK);
+2
View File
@@ -42,7 +42,9 @@
#include "ModemASK.h"
#include "ModemBPSK.h"
#include "ModemDPSK.h"
#if ENABLE_LIQUID_EXPERIMENTAL
#include "ModemFSK.h"
#endif
#include "ModemGMSK.h"
#include "ModemOOK.h"
#include "ModemPSK.h"