diff -r b42b9ce90ea9 -r 661475905584 kerneltest/e32test/pccd/t_idrv.cpp --- a/kerneltest/e32test/pccd/t_idrv.cpp Fri Apr 23 22:02:01 2010 +0100 +++ b/kerneltest/e32test/pccd/t_idrv.cpp Fri Apr 23 22:08:41 2010 +0100 @@ -44,7 +44,9 @@ const TInt KTestDriveLen=0x00040000; //256K const TInt KSmallDriveInc=0x00000400; //1K +#if defined (__WINS__) const TInt KBigDriveLen=0x00100000; //1M - WINS +#endif const TInt KTestBufLen=256;