Update of /cvsroot/mahogany/M/src/gui
In directory sc8-pr-cvs1:/tmp/cvs-serv9153/src/gui
Modified Files:
ClickURL.cpp
Log Message:
Unix compilation fixes
Index: ClickURL.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/gui/ClickURL.cpp,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -u -2 -r1.3 -r1.4
--- ClickURL.cpp 5 Dec 2002 21:31:19 -0000 1.3
+++ ClickURL.cpp 6 Dec 2002 00:11:15 -0000 1.4
@@ -42,4 +42,8 @@
#include "MDialogs.h"
+#ifdef OS_UNIX
+ #include <sys/stat.h>
+#endif
+
// ----------------------------------------------------------------------------
// persistent msgboxes we use here
@@ -349,5 +353,5 @@
}
- browser = String (READ_CONFIG(GetProfile(), MP_BROWSER));
+ browser = READ_CONFIG_TEXT(GetProfile(), MP_BROWSER);
if ( browser.empty() )
{
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates