get max defined
Этот коммит содержится в:
родитель
fc05bf2408
Коммит
95ff494e76
@ -40,6 +40,10 @@
|
||||
#include "../vfs/vfs.h"
|
||||
#include <gdk/gdkprivate.h>
|
||||
|
||||
#ifndef MAX
|
||||
# define MAX(a,b) ((a) > (b) ? a : b)
|
||||
#endif
|
||||
|
||||
/* Whether to display the tree view on the left */
|
||||
int tree_panel_visible = -1;
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user