0
0
mirror of https://github.com/vim/vim.git synced 2025-09-26 04:04:07 -04:00

updated for version 7.0208

This commit is contained in:
Bram Moolenaar
2006-02-27 00:00:52 +00:00
parent a226a6dd9f
commit 1cad292503
2 changed files with 22 additions and 2 deletions

View File

@@ -8,12 +8,10 @@
*/
#ifdef FEAT_GUI_MOTIF
# define FEAT_GUI_X11
# include <Xm/Xm.h>
#endif
#ifdef FEAT_GUI_ATHENA
# define FEAT_GUI_X11
# include <X11/Intrinsic.h>
# include <X11/StringDefs.h>
#endif