mirror of
https://github.com/MidnightCommander/mc
synced 2025-04-04 06:02:52 +03:00
* user.h: Remove all dirty tricks with "MIDNIGHT" - they are not
needed anymore.
This commit is contained in:
parent
944cfcffe6
commit
4895273a57
@ -1,5 +1,8 @@
|
|||||||
2001-09-07 Pavel Roskin <proski@gnu.org>
|
2001-09-07 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* user.h: Remove all dirty tricks with "MIDNIGHT" - they are not
|
||||||
|
needed anymore.
|
||||||
|
|
||||||
* global.h: Include io.h, pwd.h, grp.h and utime.h. Adjust all
|
* global.h: Include io.h, pwd.h, grp.h and utime.h. Adjust all
|
||||||
sources not to include them and to include global.h at the right
|
sources not to include them and to include global.h at the right
|
||||||
place.
|
place.
|
||||||
|
@ -1,12 +1,8 @@
|
|||||||
#ifndef __USER_H
|
#ifndef __USER_H
|
||||||
#define __USER_H
|
#define __USER_H
|
||||||
|
|
||||||
#ifndef MIDNIGHT
|
|
||||||
#include "panel.h"
|
#include "panel.h"
|
||||||
#define MIDNIGHT
|
#include "edit/edit-widget.h"
|
||||||
#include "../edit/edit-widget.h"
|
|
||||||
#undef MIDNIGHT
|
|
||||||
#endif
|
|
||||||
|
|
||||||
void user_menu_cmd (WEdit *edit_widget);
|
void user_menu_cmd (WEdit *edit_widget);
|
||||||
char *expand_format (WEdit *edit_widget, char c, int quote);
|
char *expand_format (WEdit *edit_widget, char c, int quote);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user