Fix for bug 3619 - re-enable MPX integration by default RCL_3
authorteknolog
Wed, 13 Oct 2010 23:58:25 +0100
branchRCL_3
changeset 136 f952f3a1a786
parent 134 cc381e129dd5
child 137 44d205147a83
Fix for bug 3619 - re-enable MPX integration by default
application/group/Podcast.mmp
engine/group/engine.mmp
--- a/application/group/Podcast.mmp	Wed Sep 15 17:20:18 2010 +0100
+++ b/application/group/Podcast.mmp	Wed Oct 13 23:58:25 2010 +0100
@@ -17,7 +17,7 @@
  */
   
 // MPX integration can not be enabled for self signed versions 
-//#define ENABLE_MPX_INTEGRATION
+#define ENABLE_MPX_INTEGRATION
 
 TARGET			Podcast.exe
 TARGETTYPE  	exe
--- a/engine/group/engine.mmp	Wed Sep 15 17:20:18 2010 +0100
+++ b/engine/group/engine.mmp	Wed Oct 13 23:58:25 2010 +0100
@@ -17,7 +17,7 @@
  */
  
 // MPX integration can not be enabled for self signed versions 
-//#define ENABLE_MPX_INTEGRATION
+#define ENABLE_MPX_INTEGRATION
  
 TARGET podcastengine.dll
 TARGETTYPE DLL