Update of /cvsroot/mahogany/M/src/wx/common
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv3563/src/wx/common
Modified Files:
vcard.cpp
Log Message:
compilation with wxWine
Index: vcard.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/wx/common/vcard.cpp,v
retrieving revision 1.13
retrieving revision 1.14
diff -b -u -2 -r1.13 -r1.14
--- vcard.cpp 12 Oct 2003 22:03:37 -0000 1.13
+++ vcard.cpp 4 Sep 2006 23:15:37 -0000 1.14
@@ -134,5 +134,5 @@
while ( vObj )
{
- if ( stricmp(vObjectName(vObj), VCCardProp) == 0 )
+ if ( wxStricmp(vObjectName(vObj), VCCardProp) == 0 )
{
vcards.Add(new wxVCard(vObj));
@@ -328,5 +328,5 @@
{
VObject *vObj = nextVObject(iter);
- if ( stricmp(vObjectName(vObj), name) == 0 )
+ if ( wxStricmp(vObjectName(vObj), name) == 0 )
{
// found one with correct name
-------------------------------------------------------------------------
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