mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
(CXX_BUILD) Buildfixes
This commit is contained in:
parent
062752b8eb
commit
56bc07f4b0
@ -28,10 +28,6 @@
|
|||||||
|
|
||||||
#include <boolean.h>
|
#include <boolean.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* path_is_directory:
|
* path_is_directory:
|
||||||
* @path : path
|
* @path : path
|
||||||
@ -58,8 +54,4 @@ int32_t path_get_size(const char *path);
|
|||||||
**/
|
**/
|
||||||
bool mkdir_norecurse(const char *dir);
|
bool mkdir_norecurse(const char *dir);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
}
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user