Initialize the thread list mutex

This commit is contained in:
Cameron Gutman
2014-04-06 20:33:48 -04:00
committed by Michelle Bergeron
parent d5037dff82
commit cdf07e6905
4 changed files with 26 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
#include "Limelight.h"
#include "Platform.h"
#include "PlatformSockets.h"
#include "PlatformThreads.h"
#include "Video.h"
char* allocateConfigDataForStreamConfig(PSTREAM_CONFIGURATION streamConfig);