mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
26 lines
360 B
C
26 lines
360 B
C
|
|
||
|
#ifndef HAVE_X
|
||
|
# include "textconf.h"
|
||
|
#endif
|
||
|
|
||
|
#ifdef HAVE_XVIEW
|
||
|
# include "xvconf.h"
|
||
|
# include "xvmain.h"
|
||
|
#endif
|
||
|
|
||
|
#ifdef HAVE_TK
|
||
|
# include "tkconf.h"
|
||
|
# include "tkmain.h"
|
||
|
# include "tkwidget.h"
|
||
|
# include "tkscreen.h"
|
||
|
#endif
|
||
|
|
||
|
#ifdef HAVE_GNOME
|
||
|
# include <gnome.h>
|
||
|
# include "gconf.h"
|
||
|
# undef MIN
|
||
|
# undef MAX
|
||
|
# include "gmain.h"
|
||
|
#endif
|
||
|
|