fix inversion of MINOR_VERSION; fix missing HOST_SW_API markers;

pull/48/head
Bryan Biedenkapp 2 years ago
parent 1447d9dbe0
commit 5ed3d79a0b

@ -106,7 +106,7 @@ typedef unsigned long long ulong64_t;
#define __EXE_NAME__ ""
#define VERSION_MAJOR "03"
#define VERSION_MINOR "06"
#define VERSION_MINOR "60"
#define VERSION_REV "A"
#define __NETVER__ "DVM_R" VERSION_MAJOR VERSION_REV VERSION_MINOR

@ -47,7 +47,7 @@ namespace network
// Represents an RTP Extension header.
// ---------------------------------------------------------------------------
class RTPExtensionHeader {
class HOST_SW_API RTPExtensionHeader {
public:
/// <summary>Initializes a new instance of the RTPExtensionHeader class.</summary>
RTPExtensionHeader();

@ -55,7 +55,7 @@ namespace network
// Represents the FNE RTP Extension header.
// ---------------------------------------------------------------------------
class RTPFNEHeader : public RTPExtensionHeader {
class HOST_SW_API RTPFNEHeader : public RTPExtensionHeader {
public:
/// <summary>Initializes a new instance of the RTPFNEHeader class.</summary>
RTPFNEHeader();

@ -50,7 +50,7 @@ namespace network
// Represents an RTP header.
// ---------------------------------------------------------------------------
class RTPHeader {
class HOST_SW_API RTPHeader {
public:
/// <summary>Initializes a new instance of the RTPHeader class.</summary>
RTPHeader();

Loading…
Cancel
Save

Powered by TurnKey Linux.