Fix most of limelight common build for Windows Phone

This commit is contained in:
Cameron Gutman
2014-01-22 20:17:40 -05:00
committed by Michelle Bergeron
parent d4422ced0d
commit 1d20b17850
4 changed files with 68 additions and 3 deletions
+2 -2
View File
@@ -1,12 +1,12 @@
#pragma once
#include <stdlib.h>
#include <string.h>
#ifdef _WIN32
#include <Windows.h>
#else
#include <unistd.h>
#include <stdlib.h>
#include <string.h>
#include <pthread.h>
#endif