From: Kevin Day Date: Sun, 29 Jan 2023 22:46:39 +0000 (-0600) Subject: Update: Featureless Make stand alone build now needs f_file_stream_read instead of... X-Git-Tag: 0.6.4~65 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=00833025bc5af96113dd189cd5d2c70fd0ebffa7;p=fll Update: Featureless Make stand alone build now needs f_file_stream_read instead of f_file_read. --- diff --git a/build/stand_alone/fake.config.h b/build/stand_alone/fake.config.h index b0049cb..f8531ea 100644 --- a/build/stand_alone/fake.config.h +++ b/build/stand_alone/fake.config.h @@ -248,7 +248,7 @@ //#define _di_f_file_open_modes_ //#define _di_f_file_operation_strings_ //#define _di_f_file_owner_read_ -//#define _di_f_file_read_ +#define _di_f_file_read_ //#define _di_f_file_read_block_ #define _di_f_file_read_until_ //#define _di_f_file_remove_ @@ -269,7 +269,7 @@ //#define _di_f_file_stream_close_ //#define _di_f_file_stream_open_ #define _di_f_file_stream_open_descriptor_ -#define _di_f_file_stream_read_ +//#define _di_f_file_stream_read_ //#define _di_f_file_stream_read_block_ #define _di_f_file_stream_read_until_ #define _di_f_file_stream_reopen_