* x.h: Instead of undefining MIX and MAX after <gnome.h> make
sure that <sys/param.h> is included before <gnome.h>.
Этот коммит содержится в:
родитель
82e68774de
Коммит
ced66d3c9b
@ -1,3 +1,8 @@
|
||||
2001-08-18 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* x.h: Instead of undefining MIX and MAX after <gnome.h> make
|
||||
sure that <sys/param.h> is included before <gnome.h>.
|
||||
|
||||
2001-08-17 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* key.c (mc_bindings) [linux]: Remove old hack - recognizing
|
||||
|
5
src/x.h
5
src/x.h
@ -6,11 +6,12 @@
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_GNOME
|
||||
# ifdef HAVE_SYS_PARAM_H
|
||||
# include <sys/param.h>
|
||||
# endif
|
||||
# define GNOME_REGEX_H
|
||||
# include <gnome.h>
|
||||
# include "gconf.h"
|
||||
# undef MIN
|
||||
# undef MAX
|
||||
# include "gmain.h"
|
||||
#endif
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user