kerneltest/e32test/pccd/t_idrv.cpp
changeset 109 b3a1d9898418
parent 90 947f0dc9f7a8
--- 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;