Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv3563/include
Modified Files:
ConfigSourceLocal.h Mconfig.h
Log Message:
compilation with wxWine
Index: ConfigSourceLocal.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/ConfigSourceLocal.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -u -2 -r1.3 -r1.4
--- ConfigSourceLocal.h 16 Jan 2006 20:31:59 -0000 1.3
+++ ConfigSourceLocal.h 4 Sep 2006 23:15:34 -0000 1.4
@@ -16,4 +16,10 @@
#include "ConfigSource.h"
+#ifndef USE_PCH
+#ifdef __WINE__
+ #include "Profile.h" // for M_PROFILE_CONFIG_SECTION
+#endif // __WINE__
+#endif // USE_PCH
+
/**
ConfigSourceLocal uses wxConfig to implement ConfigSource.
Index: Mconfig.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/Mconfig.h,v
retrieving revision 1.56
retrieving revision 1.57
diff -b -u -2 -r1.56 -r1.57
--- Mconfig.h 31 Aug 2005 22:09:08 -0000 1.56
+++ Mconfig.h 4 Sep 2006 23:15:34 -0000 1.57
@@ -36,5 +36,5 @@
/// Test for unix flavours:
-#if defined(__UNIX__) && !defined(__CYGWIN__)
+#if defined(__UNIX__) && !defined(__CYGWIN__) && !defined(__WINE__)
# define OS_UNIX 1
# define OS_TYPE "unix"
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates