ayttm-commits
[Top][All Lists]
Advanced

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

[Ayttm-commits] CVS: ayttm/src browser.c,1.16,1.17


From: Edward L. Haletky <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src browser.c,1.16,1.17
Date: Sun, 23 Mar 2003 16:39:34 -0500

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

Modified Files:
        browser.c 
Log Message:


moved #include "log_window.h" out of the #ifndef _WIN32 branch of the file 
so that its available for all branches.


Index: browser.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/browser.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- browser.c   4 Mar 2003 15:12:27 -0000       1.16
+++ browser.c   23 Mar 2003 21:39:31 -0000      1.17
@@ -52,9 +52,10 @@
 #include "globals.h"
 
 
+#include "log_window.h"
+
 #ifndef _WIN32
        
-#include "log_window.h"
        
 void open_url(void *w, char *url) {
        char *browser = NULL;





reply via email to

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