Update of /cvsroot/mahogany/M/res
In directory sc8-pr-cvs1:/tmp/cvs-serv23144/res

Modified Files:
        M.rc 
Log Message:
compilation fixes after Unicode fixes

Index: M.rc
===================================================================
RCS file: /cvsroot/mahogany/M/res/M.rc,v
retrieving revision 1.47
retrieving revision 1.48
diff -b -u -2 -r1.47 -r1.48
--- M.rc        30 Sep 2003 23:45:42 -0000      1.47
+++ M.rc        12 Oct 2003 11:42:48 -0000      1.48
@@ -14,4 +14,12 @@
 #include "config.h"
 
+#ifndef _T
+    #if !wxUSE_UNICODE
+        #define _T(x) x
+    #else // Unicode
+        #define _T(x) L ## x
+    #endif // ASCII/Unicode
+#endif // !defined(_T)
+
 ///////////////////////////////////////////////////////////////////////////////
 // icons and bitmaps



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