From 3131e45c12db515b945472f826f259c6fb067f0d Mon Sep 17 00:00:00 2001 From: Yuval Dolev Date: Thu, 26 Dec 2019 03:39:40 +0200 Subject: [PATCH] Errors regarding File_List which is used in mac_get_file_list (not implemented yet). --- platform_mac/mac_4ed.mm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/platform_mac/mac_4ed.mm b/platform_mac/mac_4ed.mm index ca147bb1..badc89e2 100644 --- a/platform_mac/mac_4ed.mm +++ b/platform_mac/mac_4ed.mm @@ -2,6 +2,10 @@ #include "4coder_base_types.h" +#include "4coder_table.h" +#include "4coder_events.h" +#include "4coder_types.h" + #include "mac_objective_c_to_cpp_links.h" #undef function @@ -41,7 +45,6 @@ } @end -#if 0 external File_List mac_get_file_list(Arena* arena, String_Const_u8 directory){ File_List result = {}; @@ -60,7 +63,6 @@ mac_get_file_list(Arena* arena, String_Const_u8 directory){ [directory_ns_string release]; } -#endif external String_Const_u8 mac_standardize_path(Arena* arena, String_Const_u8 path){