Fix MSVC build issues

This commit is contained in:
Cameron Gutman
2018-09-25 00:56:43 -07:00
parent dd7820f100
commit 487a62f58c
5 changed files with 8 additions and 18 deletions

View File

@@ -8,7 +8,7 @@
typedef struct _RTP_QUEUE_ENTRY {
PRTP_PACKET packet;
unsigned long long queueTimeMs;
uint64_t queueTimeMs;
struct _RTP_QUEUE_ENTRY* next;
struct _RTP_QUEUE_ENTRY* prev;