Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1:/tmp/cvs-serv29098/include

Modified Files:
        strutil.h 
Log Message:
compilation fixes for non unicode

Index: strutil.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/strutil.h,v
retrieving revision 1.67
retrieving revision 1.68
diff -b -u -2 -r1.67 -r1.68
--- strutil.h   12 Oct 2003 01:41:20 -0000      1.67
+++ strutil.h   12 Oct 2003 12:10:57 -0000      1.68
@@ -129,5 +129,7 @@
     @return the newly allocated string, must be deleted[] by caller
 */
+#if wxUSE_UNICODE
 wxChar * strutil_strdup(const wxChar *in);
+#endif
 char * strutil_strdup(const char *in);
 



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to