=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/Attic/plot.h,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- OpenXM_contrib/gnuplot/Attic/plot.h 2000/01/09 17:00:54 1.1.1.1 +++ OpenXM_contrib/gnuplot/Attic/plot.h 2000/01/22 14:15:55 1.1.1.2 @@ -1,5 +1,5 @@ /* - * $Id: plot.h,v 1.1.1.1 2000/01/09 17:00:54 maekawa Exp $ + * $Id: plot.h,v 1.1.1.2 2000/01/22 14:15:55 maekawa Exp $ * */ @@ -735,7 +735,7 @@ extern struct udft_entry *dummy_func; extern char dummy_var[MAX_NUM_VAR][MAX_ID_LEN+1]; /* from setshow.c */ /* Windows needs to redefine stdin/stdout functions */ -#ifdef _Windows +#if defined(_Windows) && !defined(WINDOWS_NO_GUI) # include "win/wtext.h" #endif