mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* edit.h: Really remove open, close, write, read and mkdir definitions.
This commit is contained in:
parent
b698076e0e
commit
bfe29a4ac2
@ -341,11 +341,6 @@ int edit_execute_cmd (WEdit * edit, int command, int char_for_insertion);
|
||||
#define FONT_MEAN_WIDTH 1
|
||||
|
||||
#define get_sys_error(s) (s)
|
||||
#define open mc_open
|
||||
#define close(f) mc_close(f)
|
||||
#define read(f,b,c) mc_read(f,b,c)
|
||||
#define write(f,b,c) mc_write(f,b,c)
|
||||
#define mkdir(s,m) mc_mkdir(s,m)
|
||||
#define itoa MY_itoa
|
||||
|
||||
#define edit_get_load_file(d,f,h) input_dialog (h, _(" Enter file name: "), f)
|
||||
|
Loading…
Reference in New Issue
Block a user