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