diff -r ef2a444a7410 -r b3a1d9898418 kerneltest/e32test/pccd/t_idrv.cpp --- a/kerneltest/e32test/pccd/t_idrv.cpp Mon May 03 13:47:38 2010 +0300 +++ b/kerneltest/e32test/pccd/t_idrv.cpp Fri May 14 17:13:29 2010 +0300 @@ -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;