mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(retroarch_logger.c) Add extern "C" to forward declaration
This commit is contained in:
parent
34af0aa956
commit
beb383ff45
@ -21,6 +21,9 @@
|
||||
#include <stdio.h>
|
||||
|
||||
#if defined(HAVE_FILE_LOGGER) && defined(RARCH_INTERNAL) && !defined(IS_JOYCONFIG)
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
#endif
|
||||
FILE *rarch_main_log_file(void);
|
||||
#define LOG_FILE (rarch_main_log_file())
|
||||
#else
|
||||
|
Loading…
x
Reference in New Issue
Block a user