Errors regarding File_List which is used in mac_get_file_list (not implemented yet).
parent
1317692233
commit
3131e45c12
|
@ -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){
|
||||
|
|
Loading…
Reference in New Issue