From 56bc07f4b07c92b2ae4bd345cbc3997cf7eb657c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 10 Oct 2015 11:12:11 +0200 Subject: [PATCH] (CXX_BUILD) Buildfixes --- libretro-common/include/retro_stat.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/libretro-common/include/retro_stat.h b/libretro-common/include/retro_stat.h index 6429bb60bf..cd83d003a4 100644 --- a/libretro-common/include/retro_stat.h +++ b/libretro-common/include/retro_stat.h @@ -28,10 +28,6 @@ #include -#ifdef __cplusplus -extern "C" { -#endif - /** * path_is_directory: * @path : path @@ -58,8 +54,4 @@ int32_t path_get_size(const char *path); **/ bool mkdir_norecurse(const char *dir); -#ifdef __cplusplus -} -#endif - #endif