mirror of
https://github.com/holub/mame
synced 2025-05-20 20:58:51 +03:00
Make these extern "C" so they play nice with all tools.
This commit is contained in:
parent
61b3b38259
commit
dfb06b75f2
@ -50,6 +50,9 @@
|
|||||||
|
|
||||||
#include "osdcomm.h"
|
#include "osdcomm.h"
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
@ -884,4 +887,8 @@ file_error osd_get_full_path(char **dst, const char *path);
|
|||||||
const char *osd_get_volume_name(int idx);
|
const char *osd_get_volume_name(int idx);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* __OSDEPEND_H__ */
|
#endif /* __OSDEPEND_H__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user