Switch to unified view

a/scctl_src/scctl.cpp b/scctl_src/scctl.cpp
...
...
60
60
61
using namespace UPnPClient;
61
using namespace UPnPClient;
62
using namespace UPnPP;
62
using namespace UPnPP;
63
using namespace std;
63
using namespace std;
64
using namespace Songcast;
64
using namespace Songcast;
65
66
#ifdef LIBUPNPP_VERSION_MAJOR
67
#if LIBUPNPP_AT_LEAST(0,16,0)
68
#define HAVE_SETSOURCEINDEX_IN_LINN
69
#endif
70
#endif
71
65
72
#define OPT_L 0x1
66
#define OPT_L 0x1
73
#define OPT_S 0x2
67
#define OPT_S 0x2
74
#define OPT_f 0x4
68
#define OPT_f 0x4
75
#define OPT_h 0x8
69
#define OPT_h 0x8