diff -r 175a0d824084 -r 676b6116ca93 sysresmonitoring/oommonitor/inc/oomconfig.inl --- a/sysresmonitoring/oommonitor/inc/oomconfig.inl Tue Oct 12 17:17:12 2010 +0300 +++ b/sysresmonitoring/oommonitor/inc/oomconfig.inl Wed Oct 20 17:03:03 2010 +0300 @@ -36,7 +36,9 @@ void COomConfig::SetSwapUsageMonitored(TBool aMonitored) { +#ifndef __WINSCW__ iGlobalConfig.iSwapUsageMonitored = aMonitored; +#endif } void COomConfig::SetDefaultLowSwapThreshold(TInt aLowSwapThreshold)