mirror of
https://github.com/libretro/RetroArch.git
synced 2025-01-22 01:07:37 +00:00
(MSVC) Fix build
This commit is contained in:
parent
1acf6cab46
commit
73a7e0efdc
@ -19,6 +19,10 @@
|
||||
#include <stdint.h>
|
||||
#include "conf/config_file.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define SETTINGS_DATA_LIST_SIZE 512
|
||||
|
||||
#define BINDFOR(s) (*(&s)->value.keybind)
|
||||
@ -132,4 +136,8 @@ rarch_setting_t* setting_data_get_list(void);
|
||||
#include "input/apple_keycode.h"
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user