diff -r a41df078684a -r 4122176ea935 kerneltest/e32test/misc/int_svr_calls.cpp --- a/kerneltest/e32test/misc/int_svr_calls.cpp Mon Oct 19 15:55:17 2009 +0100 +++ b/kerneltest/e32test/misc/int_svr_calls.cpp Mon Dec 21 16:14:42 2009 +0000 @@ -58,10 +58,7 @@ return 0; } -#endif //__WINS__ - -#ifndef __MARM__ -// Do the exec stuff in a cpp file for WINS/X86 +// Do the exec stuff in a cpp file for WINS #define __GEN_USER_EXEC_CODE__ #include #include @@ -106,4 +103,4 @@ { Exec::SetSessionPtr(aHandle, aPtr); } -#endif //!__MARM__ +#endif //__WINS__