mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-02 22:06:10 +00:00
Fix implicit function declaration warnings
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#define _GNU_SOURCE
|
||||
|
||||
#include "PlatformThreads.h"
|
||||
#include "Platform.h"
|
||||
#include "PlatformThreads.h"
|
||||
#include "PlatformSockets.h"
|
||||
|
||||
#include <enet/enet.h>
|
||||
|
||||
@@ -9,9 +10,6 @@
|
||||
// in PltSleepMsInterruptible().
|
||||
#define INTERRUPT_PERIOD_MS 50
|
||||
|
||||
int initializePlatformSockets(void);
|
||||
void cleanupPlatformSockets(void);
|
||||
|
||||
struct thread_context {
|
||||
ThreadEntry entry;
|
||||
void* context;
|
||||
|
||||
Reference in New Issue
Block a user