mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-18 22:30:01 +00:00
Add support for using a callback for writing debug messages
This commit is contained in:
@@ -35,7 +35,7 @@ typedef struct _PLT_EVENT {
|
||||
#error Unsupported platform
|
||||
#endif
|
||||
|
||||
int initializePlatformThreads(PPLATFORM_CALLBACKS plCallbacks);
|
||||
int initializePlatformThreads(void);
|
||||
void cleanupPlatformThreads(void);
|
||||
|
||||
int PltCreateMutex(PLT_MUTEX *mutex);
|
||||
|
||||
Reference in New Issue
Block a user