Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1:/tmp/cvs-serv6042/include
Modified Files:
MModule.h SendMessageCC.h config.h.in
Log Message:
unicode fixes
Index: MModule.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MModule.h,v
retrieving revision 1.55
retrieving revision 1.56
diff -b -u -2 -r1.55 -r1.56
--- MModule.h 18 Sep 2003 16:30:40 -0000 1.55
+++ MModule.h 12 Oct 2003 22:03:36 -0000 1.56
@@ -52,21 +52,21 @@
// the name of the module
-#define MMODULE_NAME_PROP "name"
+#define MMODULE_NAME_PROP _T("name")
// the short description of the module shown in the folder dialog (module won't
// be shown there if it is empty)
-#define MMODULE_DESC_PROP "desc"
+#define MMODULE_DESC_PROP _T("desc")
// the long (multiline) description of the module
-#define MMODULE_DESCRIPTION_PROP "description"
+#define MMODULE_DESCRIPTION_PROP _T("description")
// the interface the module implements (may be empty)
-#define MMODULE_INTERFACE_PROP "interface"
+#define MMODULE_INTERFACE_PROP _T("interface")
// the version of the module
-#define MMODULE_VERSION_PROP "version"
+#define MMODULE_VERSION_PROP _T("version")
// author/copyright string
-#define MMODULE_AUTHOR_PROP "author"
+#define MMODULE_AUTHOR_PROP _T("author")
/[EMAIL PROTECTED] Mahogany Module management classes. */
@@ -74,8 +74,8 @@
/// Name of the function which initialised each DLL
-#define MMODULE_INITMODULE_FUNCTION "InitMModule"
+#define MMODULE_INITMODULE_FUNCTION _T("InitMModule")
/// Name of the function used to retrieve info about the module
-#define MMODULE_GETPROPERTY_FUNCTION "GetMModuleProperties"
+#define MMODULE_GETPROPERTY_FUNCTION _T("GetMModuleProperties")
// ----------------------------------------------------------------------------
Index: SendMessageCC.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/SendMessageCC.h,v
retrieving revision 1.55
retrieving revision 1.56
diff -b -u -2 -r1.55 -r1.56
--- SendMessageCC.h 18 Sep 2003 16:30:43 -0000 1.55
+++ SendMessageCC.h 12 Oct 2003 22:03:36 -0000 1.56
@@ -59,10 +59,10 @@
virtual void SetAddresses(const String &To,
- const String &CC = "",
- const String &BCC = "");
+ const String &CC = _T(""),
+ const String &BCC = _T(""));
virtual void SetFrom(const String &from,
- const String &replyaddress = "",
- const String &sender = "");
+ const String &replyaddress = _T(""),
+ const String &sender = _T(""));
virtual void SetNewsgroups(const String &groups);
@@ -89,5 +89,5 @@
const void *buf, size_t len,
const String &subtype = M_EMPTYSTRING,
- const String &disposition = "INLINE",
+ const String &disposition = _T("INLINE"),
MessageParameterList const *dlist = NULL,
MessageParameterList const *plist = NULL,
Index: config.h.in
===================================================================
RCS file: /cvsroot/mahogany/M/include/config.h.in,v
retrieving revision 1.43
retrieving revision 1.44
diff -b -u -2 -r1.43 -r1.44
--- config.h.in 30 Dec 2002 00:40:53 -0000 1.43
+++ config.h.in 12 Oct 2003 22:03:37 -0000 1.44
@@ -113,5 +113,5 @@
and release for which M is compiled.
*/
-#define M_OSINFO "UnknownOS"
+#define M_OSINFO _T("UnknownOS")
/** The top level source directory */
-------------------------------------------------------
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