Update of /cvsroot/mahogany/M/src/wx/vcard
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv14698/src/wx/vcard

Modified Files:
        vcc.y vobject.c 
Log Message:
fixed Unix compilation

Index: vcc.y
===================================================================
RCS file: /cvsroot/mahogany/M/src/wx/vcard/vcc.y,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -u -2 -r1.10 -r1.11
--- vcc.y       4 Sep 2006 23:15:37 -0000       1.10
+++ vcc.y       4 Sep 2006 23:42:59 -0000       1.11
@@ -108,7 +108,7 @@
 #include "vcc.h"
 
-#ifdef __WINE__
+#ifndef USE_PCH
 #include <wx/wxchar.h>    // for wxStricmp
-#endif // __WINE__
+#endif // USE_PCH
 
 /****  Types, Constants  ****/

Index: vobject.c
===================================================================
RCS file: /cvsroot/mahogany/M/src/wx/vcard/vobject.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -b -u -2 -r1.5 -r1.6
--- vobject.c   4 Sep 2006 23:15:37 -0000       1.5
+++ vobject.c   4 Sep 2006 23:42:59 -0000       1.6
@@ -48,7 +48,7 @@
 #include <fcntl.h>
 
-#ifdef __WINE__
+#ifndef USE_PCH
 #include <wx/wxchar.h>    // for wxStricmp
-#endif // __WINE__
+#endif // USE_PCH
 
 #define NAME_OF(o)                             o->id


-------------------------------------------------------------------------
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

Reply via email to