mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-18 01:15:46 +00:00
Output Limelogs to standard error
This commit is contained in:
parent
115ad827a8
commit
cf957025e6
@ -35,7 +35,8 @@ extern PLATFORM_CALLBACKS platformCallbacks;
|
||||
sprintf(DbgBuf, s, ##__VA_ARGS__); \
|
||||
platformCallbacks.debugPrint(DbgBuf)
|
||||
#else
|
||||
#define Limelog printf
|
||||
#define Limelog(s, ...) \
|
||||
fprintf(stderr, s, ##__VA_ARGS__)
|
||||
#endif
|
||||
|
||||
#if defined(LC_WINDOWS_PHONE) || defined(LC_WINDOWS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user