mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-06-17 14:21:30 +00:00
Fix most of limelight common build for Windows Phone
This commit is contained in:
committed by
Michelle Bergeron
parent
d4422ced0d
commit
1d20b17850
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user