ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/src status.c,1.69,1.70


From: Edward L. Haletky <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src status.c,1.69,1.70
Date: Sun, 23 Mar 2003 16:15:09 -0500

Update of /cvsroot/ayttm/ayttm/src
In directory subversions:/tmp/cvs-serv10684

Modified Files:
        status.c 
Log Message:


Updates for Windows MINGW32 port. PLease note there is only an ifdef here to
allow for the building on windows where X11 does not live.


Index: status.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/status.c,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- status.c    23 Mar 2003 00:19:31 -0000      1.69
+++ status.c    23 Mar 2003 21:15:07 -0000      1.70
@@ -31,7 +31,9 @@
 #include "intl.h"
 
 #include <string.h>
+#ifndef __MINGW32__
 #include <X11/Xlib.h>
+#endif
 #include <assert.h>
 #include <stdlib.h>
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]